diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 7284a2c7..64094cd4 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1381,7 +1381,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++) {