aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/bindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/bindings.h b/include/rootston/bindings.h
index 8ca23a9f..db38130b 100644
--- a/include/rootston/bindings.h
+++ b/include/rootston/bindings.h
@@ -4,6 +4,6 @@
#include "rootston/seat.h"
#include "rootston/input.h"
-void execute_binding_command (struct roots_seat *seat, struct roots_input *input, const char *command);
+void execute_binding_command(struct roots_seat *seat, struct roots_input *input, const char *command);
#endif //ROOTSTON_BINDINGS_H