aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/bindings.h
diff options
context:
space:
mode:
authorRyan Walklin <ryan@testtoast.com>2018-12-15 14:57:12 +1100
committerRyan Walklin <ryan@testtoast.com>2018-12-15 14:57:12 +1100
commit8f5ec5e2bb6ca0574dc9c6a292b9fac55d189d87 (patch)
tree327129b8b36ace2619bb212fa029040ebb97d566 /include/rootston/bindings.h
parent810c7b700cfb381457ad1e5a07f184f4efdcc5d1 (diff)
Fix style nits
Diffstat (limited to 'include/rootston/bindings.h')
-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