seat: Reformat

This commit is contained in:
Jasper St. Pierre 2014-04-17 16:36:45 -04:00
parent 1be97f3d59
commit 678fa52ae1

View File

@ -190,9 +190,7 @@ seat_get_touch (struct wl_client *client,
/* Touch not supported */ /* Touch not supported */
} }
static const struct wl_seat_interface static const struct wl_seat_interface seat_interface = {
seat_interface =
{
seat_get_pointer, seat_get_pointer,
seat_get_keyboard, seat_get_keyboard,
seat_get_touch seat_get_touch