mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
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
This commit is contained in:
@@ -1182,7 +1182,7 @@ static void handle_updates(struct mansession *s, const struct message *m, struct
|
|||||||
struct ast_category *category;
|
struct ast_category *category;
|
||||||
struct ast_variable *v;
|
struct ast_variable *v;
|
||||||
|
|
||||||
for (x=0;x<100000;x++) {
|
for (x = 0; x < 100000; x++) {
|
||||||
unsigned int object = 0;
|
unsigned int object = 0;
|
||||||
|
|
||||||
snprintf(hdr, sizeof(hdr), "Action-%06d", x);
|
snprintf(hdr, sizeof(hdr), "Action-%06d", x);
|
||||||
|
|||||||
Reference in New Issue
Block a user