Strip stray whitespace

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-21 17:03:21 +01:00
parent a6b19988c5
commit ac740271a5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}