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,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,