diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-21 12:01:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 12:01:37 -0500 |
commit | b619ab4d34b9bbcae7fbfdf87e84a9567acefa6b (patch) | |
tree | 8639324387eef15250229d231180b7b4cc933d83 /include/rootston | |
parent | f3ef1f907c6d2ae0ff7afe590b06bbb3d9f46b8d (diff) | |
parent | a4eb90315e07bebc6232c1ed16bd3ed18909e06e (diff) |
Merge pull request #1484 from emersion/fix-indent
Fix indentation in various files
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/switch.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/rootston/switch.h b/include/rootston/switch.h index 28197774..7aaa8c95 100644 --- a/include/rootston/switch.h +++ b/include/rootston/switch.h @@ -4,15 +4,15 @@ #include "rootston/input.h" struct roots_switch { - struct roots_seat *seat; - struct wlr_input_device *device; - struct wl_listener device_destroy; + struct roots_seat *seat; + struct wlr_input_device *device; + struct wl_listener device_destroy; - struct wl_listener toggle; - struct wl_list link; + struct wl_listener toggle; + struct wl_list link; }; void roots_switch_handle_toggle(struct roots_switch *lid_switch, - struct wlr_event_switch_toggle *event); + struct wlr_event_switch_toggle *event); -#endif // ROOTSTON_SWITCH_H +#endif |