[mutter] seat: Reformat



commit 678fa52ae19b45620cfa87aece4ce082cd82ef56
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Apr 17 16:36:45 2014 -0400

    seat: Reformat

 src/wayland/meta-wayland-seat.c |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/src/wayland/meta-wayland-seat.c b/src/wayland/meta-wayland-seat.c
index bebaf6d..4ea2219 100644
--- a/src/wayland/meta-wayland-seat.c
+++ b/src/wayland/meta-wayland-seat.c
@@ -190,13 +190,11 @@ seat_get_touch (struct wl_client *client,
   /* Touch not supported */
 }
 
-static const struct wl_seat_interface
-seat_interface =
-  {
-    seat_get_pointer,
-    seat_get_keyboard,
-    seat_get_touch
-  };
+static const struct wl_seat_interface seat_interface = {
+  seat_get_pointer,
+  seat_get_keyboard,
+  seat_get_touch
+};
 
 static void
 bind_seat (struct wl_client *client,


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