Follow style guide

This commit is contained in:
Samuel Grahn 2019-04-22 14:10:02 +02:00
parent 16e60f2ea5
commit 068c777de2
15 changed files with 112 additions and 109 deletions

View file

@ -53,6 +53,7 @@ struct sway_binding {
uint32_t modifiers;
char *command;
};
/**
* A mouse binding and an associated command.
*/
@ -111,7 +112,6 @@ struct gesture_target_config {
struct libtouch_target *target;
};
/**
* options for input devices
*/
@ -521,7 +521,7 @@ struct sway_config {
list_t *command_policies;
list_t *feature_policies;
list_t *ipc_policies;
struct libtouch_engine *gesture_engine;
// Context for command handlers
struct {