[mutter] pointer: Reindent



commit 16bcbd1a34aeec6821df53e91efbbaf803b1184e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Apr 18 18:30:15 2014 -0400

    pointer: Reindent

 src/wayland/meta-wayland-pointer.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c
index 7b4688c..86aa807 100644
--- a/src/wayland/meta-wayland-pointer.c
+++ b/src/wayland/meta-wayland-pointer.c
@@ -359,8 +359,7 @@ update_current_focus (MetaWaylandPointer *pointer,
   pointer->current = surface;
   if (surface != pointer->focus_surface)
     {
-      const MetaWaylandPointerGrabInterface *interface =
-        pointer->grab->interface;
+      const MetaWaylandPointerGrabInterface *interface = pointer->grab->interface;
       interface->focus (pointer->grab, surface);
     }
 }
@@ -537,7 +536,7 @@ meta_wayland_pointer_update (MetaWaylandPointer *pointer,
       meta_cursor_tracker_update_position (pointer->cursor_tracker, pos.x, pos.y);
 
       if (pointer->current == NULL)
-       meta_cursor_tracker_unset_window_cursor (pointer->cursor_tracker);
+        meta_cursor_tracker_unset_window_cursor (pointer->cursor_tracker);
     }
 }
 


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