Strip stray whitespace

master
Mikkel Oscar Lyderik 9 years ago
parent a6b19988c5
commit ac740271a5

@ -1038,7 +1038,7 @@ static struct cmd_results *input_cmd_natural_scroll(int argc, char **argv) {
} else { } else {
return cmd_results_new(CMD_INVALID, "natural_scroll", "Expected 'natural_scroll <enabled|disabled>'"); return cmd_results_new(CMD_INVALID, "natural_scroll", "Expected 'natural_scroll <enabled|disabled>'");
} }
input_cmd_apply(new_config); input_cmd_apply(new_config);
return cmd_results_new(CMD_SUCCESS, NULL, NULL); return cmd_results_new(CMD_SUCCESS, NULL, NULL);
} }

Loading…
Cancel
Save