aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-21 17:56:19 +0100
committeremersion <contact@emersion.fr>2019-01-21 17:56:19 +0100
commita4eb90315e07bebc6232c1ed16bd3ed18909e06e (patch)
tree8639324387eef15250229d231180b7b4cc933d83 /include
parentf3ef1f907c6d2ae0ff7afe590b06bbb3d9f46b8d (diff)
Fix indentation in various files
Diffstat (limited to 'include')
-rw-r--r--include/rootston/switch.h14
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