]> Pileus Git - ~andy/gtk/commitdiff
wayland: Fix indentation
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 10 Feb 2011 16:01:09 +0000 (11:01 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 10 Feb 2011 16:02:15 +0000 (11:02 -0500)
gdk/wayland/gdkdevice-wayland.c

index 6f4237cbeb2d64f5092460bfc4dfec432481b633..531e249a3aa53451dd562cf5cfb43dde86ec26bd 100644 (file)
@@ -587,11 +587,11 @@ input_handle_keyboard_focus(void *data,
 }
 
 static const struct wl_input_device_listener input_device_listener = {
-       input_handle_motion,
-       input_handle_button,
-       input_handle_key,
-       input_handle_pointer_focus,
-       input_handle_keyboard_focus,
+  input_handle_motion,
+  input_handle_button,
+  input_handle_key,
+  input_handle_pointer_focus,
+  input_handle_keyboard_focus,
 };
 
 void