diff options
author | taiyu <[email protected]> | 2015-08-20 05:06:22 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-20 05:06:22 -0700 |
commit | f5fde7c45c04b02406eabc34cbb4248189c6a26e (patch) | |
tree | 120cbb51e8e16346743b9408e17452ab5e81d0e2 /sway/workspace.c | |
parent | f6e002fb8b664d80ef10126f6a204ffbb2f192df (diff) |
style
Diffstat (limited to 'sway/workspace.c')
-rw-r--r-- | sway/workspace.c | 2 |
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) { continue; } - //Make sure that the workspace doesn't already exist + // Make sure that the workspace doesn't already exist if (workspace_find_by_name(target)) { list_free(args); continue; |