wlr_seat: formatting cleanup

This commit is contained in:
Tony Crisci 2017-09-19 15:38:06 -04:00
parent ec1e6fe568
commit aeaa983631
2 changed files with 11 additions and 8 deletions

View file

@ -54,7 +54,8 @@ struct wlr_seat_handle *wlr_seat_handle_for_client(struct wlr_seat *wlr_seat,
* Updates the capabilities available on this seat.
* Will automatically send them to all clients.
*/
void wlr_seat_set_capabilities(struct wlr_seat *wlr_seat, uint32_t capabilities);
void wlr_seat_set_capabilities(struct wlr_seat *wlr_seat,
uint32_t capabilities);
/**
* Updates the name of this seat.
* Will automatically send it to all clients.