[mutter] wayland/data-device: Small style fixes



commit 15b46a6f882e910913d56c118b036309f1ce81ec
Author: Robert Mader <robert mader posteo de>
Date:   Wed Jan 29 00:11:18 2020 +0100

    wayland/data-device: Small style fixes
    
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/1031

 src/wayland/meta-wayland-data-device.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c
index 121d3e244..4a74d3baf 100644
--- a/src/wayland/meta-wayland-data-device.c
+++ b/src/wayland/meta-wayland-data-device.c
@@ -1051,7 +1051,7 @@ meta_wayland_data_source_fake_read (MetaWaylandDataSource *source,
 
 static void
 drag_grab_button (MetaWaylandPointerGrab *grab,
-                 const ClutterEvent     *event)
+                  const ClutterEvent     *event)
 {
   MetaWaylandDragGrab *drag_grab = (MetaWaylandDragGrab*) grab;
   MetaWaylandSeat *seat = drag_grab->seat;
@@ -1091,7 +1091,7 @@ drag_grab_button (MetaWaylandPointerGrab *grab,
             meta_wayland_data_source_set_current_offer (source, NULL);
           meta_wayland_data_device_set_dnd_source (&seat->data_device, NULL);
           unset_selection_source (&seat->data_device, META_SELECTION_DND);
-          success= FALSE;
+          success = FALSE;
         }
 
       /* Finish drag and let actor self-destruct */


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