From eae0c23894f47d195a3cecbc62ffdd0bc3414842 Mon Sep 17 00:00:00 2001 From: droc12345 <80716141+droc12345@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:12:31 -0500 Subject: [PATCH] Update rcxml.c add space to "=" --- src/config/rcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 161f8845..e672aebd 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -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++) {