From 3e9cdfd6a3bcb696ed15968c949a6f6fd7dae394 Mon Sep 17 00:00:00 2001 From: taiyu Date: Sun, 6 Sep 2015 06:52:20 -0700 Subject: man page --- sway/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway') 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 { -- cgit v1.2.3