[mutter] window: Reindent slightly



commit 92e9f3d4678b542238aed9f97cb2f86a1b28ddbe
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue May 20 18:14:59 2014 -0400

    window: Reindent slightly

 src/core/window.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index bac4f03..851600c 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -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 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]