aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-21 17:03:21 +0100
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-21 17:03:21 +0100
commitac740271a5908dfbbd3c3ca5295ff3a3a1084879 (patch)
tree35a9eb3d4e7239189d167863802d1fcfd09bed47 /sway/commands.c
parenta6b19988c54272dbd9366a7e8fa6b8c459541cb6 (diff)
Strip stray whitespace
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 5c8653ed..f6326038 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -1038,7 +1038,7 @@ static struct cmd_results *input_cmd_natural_scroll(int argc, char **argv) {
} else {
return cmd_results_new(CMD_INVALID, "natural_scroll", "Expected 'natural_scroll <enabled|disabled>'");
}
-
+
input_cmd_apply(new_config);
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
}