summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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) {
362 } 362 }
363 363
364 return true; 364 return true;
365}
365 366
366static bool cmd_gaps(struct sway_config *config, int argc, char **argv) { 367static bool cmd_gaps(struct sway_config *config, int argc, char **argv) {
367 if (!checkarg(argc, "gaps", EXPECTED_AT_LEAST, 1)) { 368 if (!checkarg(argc, "gaps", EXPECTED_AT_LEAST, 1)) {