mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Strip stray whitespace
This commit is contained in:
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…
Reference in New Issue
Block a user