[gtk/wip/fanc999/gtk-3-24-meson-msvc: 21/297] imwayland.c: fix formatting



commit ccbc5bc6955538c73582af2f696e6592399b8987
Author: Dorota Czaplejewicz <dorota czaplejewicz puri sm>
Date:   Wed Oct 17 12:51:07 2018 +0000

    imwayland.c: fix formatting

 modules/input/imwayland.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/input/imwayland.c b/modules/input/imwayland.c
index 506b7e28e2..6e4607ff40 100644
--- a/modules/input/imwayland.c
+++ b/modules/input/imwayland.c
@@ -623,7 +623,7 @@ registry_handle_global (void               *data,
                           &zwp_text_input_manager_v3_interface, 1);
       global->text_input =
         zwp_text_input_manager_v3_get_text_input (global->text_input_manager,
-                                          gdk_wayland_seat_get_wl_seat (seat));
+                                                  gdk_wayland_seat_get_wl_seat (seat));
       global->serial = 0;
       zwp_text_input_v3_add_listener (global->text_input,
                                       &text_input_listener, global);
@@ -640,8 +640,8 @@ registry_handle_global_remove (void               *data,
   if (id != global->text_input_manager_wl_id)
     return;
 
-  g_clear_pointer(&global->text_input, zwp_text_input_v3_destroy);
-  g_clear_pointer(&global->text_input_manager, zwp_text_input_manager_v3_destroy);
+  g_clear_pointer (&global->text_input, zwp_text_input_v3_destroy);
+  g_clear_pointer (&global->text_input_manager, zwp_text_input_manager_v3_destroy);
 }
 
 static const struct wl_registry_listener registry_listener = {


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