mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 16:06:37 +01:00
Strip stray whitespace
This commit is contained in:
parent
a6b19988c5
commit
ac740271a5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue