[mutter] stack: Fix indentation



commit 862d57d45950089d3aa0dd36b6e5430369c12ad9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Apr 12 08:02:34 2014 -0700

    stack: Fix indentation

 src/core/stack.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/core/stack.c b/src/core/stack.c
index 68400e2..a8d9753 100644
--- a/src/core/stack.c
+++ b/src/core/stack.c
@@ -1459,17 +1459,17 @@ stack_sync_to_xserver (MetaStack *stack)
 
                   if (newp->any.type == META_WINDOW_CLIENT_TYPE_X11)
                     {
-                  XWindowChanges changes;
+                      XWindowChanges changes;
                       serial = XNextRequest (stack->screen->display->xdisplay);
 
                       changes.sibling = last_xwindow;
-                  changes.stack_mode = Below;
+                      changes.stack_mode = Below;
 
-                  XConfigureWindow (stack->screen->display->xdisplay,
+                      XConfigureWindow (stack->screen->display->xdisplay,
                                         newp->x11.xwindow,
-                                    CWSibling | CWStackMode,
-                                    &changes);
-                }
+                                        CWSibling | CWStackMode,
+                                        &changes);
+                    }
 
                   meta_stack_tracker_record_lower_below (stack->screen->stack_tracker,
                                                          newp, last_window,


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