Update rcxml.c

add space to "="
This commit is contained in:
droc12345 2024-03-11 17:12:31 -05:00 committed by GitHub
parent df38b79752
commit eae0c23894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1468,7 +1468,7 @@ post_processing(void)
int nr_workspaces = wl_list_length(&rc.workspace_config.workspaces);
if (nr_workspaces < rc.workspace_config.min_nr_workspaces) {
if (!rc.workspace_config.prefix) {
rc.workspace_config.prefix= xstrdup("Workspace");
rc.workspace_config.prefix = xstrdup("Workspace");
}
struct workspace *workspace;
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {