mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update rcxml.c
code cleanup (past col 80)
This commit is contained in:
parent
105cdb9a9b
commit
2ca08823f8
1 changed files with 2 additions and 1 deletions
|
|
@ -1473,7 +1473,8 @@ post_processing(void)
|
||||||
struct workspace *workspace;
|
struct workspace *workspace;
|
||||||
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {
|
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {
|
||||||
workspace = znew(*workspace);
|
workspace = znew(*workspace);
|
||||||
workspace->name = strdup_printf("%s %d", rc.workspace_config.prefix, i + 1);
|
workspace->name = strdup_printf("%s %d",
|
||||||
|
rc.workspace_config.prefix, i + 1);
|
||||||
wl_list_append(&rc.workspace_config.workspaces, &workspace->link);
|
wl_list_append(&rc.workspace_config.workspaces, &workspace->link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue