diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index e39b781a..5d79104f 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -362,6 +362,7 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) { } return true; +} static bool cmd_gaps(struct sway_config *config, int argc, char **argv) { if (!checkarg(argc, "gaps", EXPECTED_AT_LEAST, 1)) { |