diff --git a/main/manager.c b/main/manager.c
index fe6ac7e11a797f8c56e11b08a1e96b974c3a28f6..741ea539d2fcbbb8a17806a51ea96fdaf41db7ea 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -1182,7 +1182,7 @@ static void handle_updates(struct mansession *s, const struct message *m, struct
 	struct ast_category *category;
 	struct ast_variable *v;
 
-	for (x=0;x<100000;x++) {
+	for (x = 0; x < 100000; x++) {
 		unsigned int object = 0;
 
 		snprintf(hdr, sizeof(hdr), "Action-%06d", x);