summaryrefslogtreecommitdiffstats
path: root/sway/workspace.c
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 05:06:22 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 05:06:22 -0700
commitf5fde7c45c04b02406eabc34cbb4248189c6a26e (patch)
tree120cbb51e8e16346743b9408e17452ab5e81d0e2 /sway/workspace.c
parentsmall fix, default width/height 0 (diff)
downloadsway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.tar.gz
sway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.tar.zst
sway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.zip
style
Diffstat (limited to 'sway/workspace.c')
-rw-r--r--sway/workspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/workspace.c b/sway/workspace.c
index ec60c8e0..0f44d3b0 100644
--- a/sway/workspace.c
+++ b/sway/workspace.c
@@ -47,7 +47,7 @@ char *workspace_next_name(void) {
47 continue; 47 continue;
48 } 48 }
49 49
50 //Make sure that the workspace doesn't already exist 50 // Make sure that the workspace doesn't already exist
51 if (workspace_find_by_name(target)) { 51 if (workspace_find_by_name(target)) {
52 list_free(args); 52 list_free(args);
53 continue; 53 continue;