summaryrefslogtreecommitdiff
path: root/sway/workspace.c
diff options
context:
space:
mode:
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) {
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;