From 3cc39e0fd0462fae944062004fc9a7f2b89ecffb Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 6 Jun 2007 20:21:31 +0000
Subject: [PATCH] Minor formatting change to test closing mantis issues through
 commit tags (closes issue #9828)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/manager.c b/main/manager.c
index fe6ac7e11a..741ea539d2 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);
-- 
GitLab