commit ac740271a5908dfbbd3c3ca5295ff3a3a1084879
parent a6b19988c54272dbd9366a7e8fa6b8c459541cb6
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date: Thu, 21 Jan 2016 17:03:21 +0100
Strip stray whitespace
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}