mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update rcxml.c
remove extra spaces
This commit is contained in:
parent
2ca08823f8
commit
df38b79752
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue