From 678fa52ae19b45620cfa87aece4ce082cd82ef56 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 17 Apr 2014 16:36:45 -0400 Subject: [PATCH] seat: Reformat --- src/wayland/meta-wayland-seat.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/wayland/meta-wayland-seat.c b/src/wayland/meta-wayland-seat.c index bebaf6d07..4ea22194f 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,