Update rcxml.c

remove extra spaces
This commit is contained in:
droc12345 2024-03-11 17:10:22 -05:00 committed by GitHub
parent 2ca08823f8
commit df38b79752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1473,7 +1473,7 @@ post_processing(void)
struct workspace *workspace;
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {
workspace = znew(*workspace);
workspace->name = strdup_printf("%s %d",
workspace->name = strdup_printf("%s %d",
rc.workspace_config.prefix, i + 1);
wl_list_append(&rc.workspace_config.workspaces, &workspace->link);
}