summaryrefslogtreecommitdiff
path: root/main/manager.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-06 20:21:31 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-06 20:21:31 +0000
commit3cc39e0fd0462fae944062004fc9a7f2b89ecffb (patch)
tree5d7258f04dc08ee9f73691cf28ae680408968ea0 /main/manager.c
parentc7303534a47ae4611c00d926930d0bf3513c08ed (diff)
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
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index fe6ac7e11..741ea539d 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);