summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index ffe7faa4..5c782e99 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -570,7 +570,7 @@ static bool cmd_gaps(struct sway_config *config, int argc, char **argv) {
570 target = CURRENT; 570 target = CURRENT;
571 } else if (strcasecmp(target_str, "all") == 0) { 571 } else if (strcasecmp(target_str, "all") == 0) {
572 target = ALL; 572 target = ALL;
573 } else if (strcasecmp(target_str, "workspace") == 0){ 573 } else if (strcasecmp(target_str, "workspace") == 0) {
574 if (inout == OUTER) { 574 if (inout == OUTER) {
575 target = CURRENT; 575 target = CURRENT;
576 } else { 576 } else {