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,