[mutter] wayland/data-offer: Fix indentation in data_offer_finish()



commit b41def47496f0c8318137f2fb474b1333524f5b8
Author: Robert Mader <robert mader posteo de>
Date:   Wed Oct 6 20:22:52 2021 +0200

    wayland/data-offer: Fix indentation in data_offer_finish()
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2043>

 src/wayland/meta-wayland-data-offer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/wayland/meta-wayland-data-offer.c b/src/wayland/meta-wayland-data-offer.c
index c4ec2a701a..f490b85513 100644
--- a/src/wayland/meta-wayland-data-offer.c
+++ b/src/wayland/meta-wayland-data-offer.c
@@ -125,7 +125,7 @@ data_offer_destroy (struct wl_client   *client,
 
 static void
 data_offer_finish (struct wl_client   *client,
-                  struct wl_resource *resource)
+                   struct wl_resource *resource)
 {
   MetaWaylandDataOffer *offer = wl_resource_get_user_data (resource);
   enum wl_data_device_manager_dnd_action current_action;


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