window: Reindent slightly

This commit is contained in:
Jasper St. Pierre 2014-05-20 18:14:59 -04:00
parent 05419b8450
commit 92e9f3d467

View File

@ -3822,10 +3822,10 @@ meta_window_move (MetaWindow *window,
* Otherwise, acts identically to meta_window_move().
*/
void
meta_window_move_frame (MetaWindow *window,
gboolean user_op,
int root_x_nw,
int root_y_nw)
meta_window_move_frame (MetaWindow *window,
gboolean user_op,
int root_x_nw,
int root_y_nw)
{
MetaRectangle rect = { root_x_nw, root_y_nw, 0, 0 };