aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/workspace.c')
-rw-r--r--sway/commands/workspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/workspace.c b/sway/commands/workspace.c
index 65a3f407..614140e0 100644
--- a/sway/commands/workspace.c
+++ b/sway/commands/workspace.c
@@ -181,7 +181,6 @@ struct cmd_results *cmd_workspace(int argc, char **argv) {
181 ++argv; 181 ++argv;
182 } 182 }
183 183
184
185 struct sway_workspace *ws = NULL; 184 struct sway_workspace *ws = NULL;
186 if (strcasecmp(argv[0], "number") == 0) { 185 if (strcasecmp(argv[0], "number") == 0) {
187 if (argc < 2) { 186 if (argc < 2) {