From a4eb90315e07bebc6232c1ed16bd3ed18909e06e Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 21 Jan 2019 17:56:19 +0100 Subject: Fix indentation in various files --- include/rootston/switch.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/rootston') 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 -- cgit v1.2.3