diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-19 15:38:06 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-19 15:38:06 -0400 |
commit | aeaa983631ce9105849c7dc7bf13574703cd26c3 (patch) | |
tree | 1387744d7009b15c9cf188b4b0c98db197466916 /include | |
parent | ec1e6fe568816e573896264726da2a9c1ff784c9 (diff) |
wlr_seat: formatting cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_seat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 69f17b1e..8459e2bd 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -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. |