--- ./src/defaults.c.01	2009-09-09 14:29:33.000000000 +0200
+++ ./src/defaults.c	2009-10-28 19:53:13.000000000 +0100
@@ -2982,11 +2982,11 @@
 		if (val && WMIsPLArray(val) && WMGetPropListItemCount(val) > 0) {
 			str = WMGetPropListDescription(val, False);
 
-			SendHelperMessage(scr, 'S', i + 1, str);
+			SendHelperMessage(scr, 'S', i+1, str);
 
 			wfree(str);
 		} else {
-			SendHelperMessage(scr, 'U', i + 1, NULL);
+			SendHelperMessage(scr, 'U', i+1, NULL);
 		}
 	}
 	sleep(1);
@@ -3008,7 +3008,7 @@
 			if (str) {
 				SendHelperMessage(scr, 'S', 0, str);
 				wfree(str);
-				SendHelperMessage(scr, 'C', scr->current_workspace + 1, NULL);
+				SendHelperMessage(scr, 'C', scr->current_workspace+1, NULL);
 			} else {
 				SendHelperMessage(scr, 'U', 0, NULL);
 			}
--- ./src/workspace.c.01	2009-09-09 14:29:33.000000000 +0200
+++ ./src/workspace.c	2009-10-28 19:51:59.000000000 +0100
@@ -448,9 +448,9 @@
 	if (workspace >= MAX_WORKSPACES || workspace < 0)
 		return;
 
-	SendHelperMessage(scr, 'C', workspace + 1, NULL);
+	SendHelperMessage(scr, 'C', workspace+1, NULL);
 
-	if (workspace > scr->workspace_count - 1) {
+	if (workspace > scr->workspace_count-1) {
 		wWorkspaceMake(scr, workspace - scr->workspace_count + 1);
 	}
 
