Fix style nits

This commit is contained in:
Ryan Walklin 2018-12-15 14:57:12 +11:00
parent 810c7b700c
commit 8f5ec5e2bb
2 changed files with 4 additions and 6 deletions

View file

@ -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