diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands.c | 2 |
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) { target = CURRENT; } else if (strcasecmp(target_str, "all") == 0) { target = ALL; - } else if (strcasecmp(target_str, "workspace") == 0){ + } else if (strcasecmp(target_str, "workspace") == 0) { if (inout == OUTER) { target = CURRENT; } else { |