diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-06 06:52:20 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-06 06:52:20 -0700 |
commit | 3e9cdfd6a3bcb696ed15968c949a6f6fd7dae394 (patch) | |
tree | 77aa4aba2b690f06308ee676989be39fb9852f70 /sway | |
parent | f25c6b312b2f4176a1936436e23140c791919ceb (diff) | |
download | sway-3e9cdfd6a3bcb696ed15968c949a6f6fd7dae394.tar.xz |
man page
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 { |