From 4e105063a8f636c9795e106856a2570b106b3b87 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 3 Sep 2008 13:41:51 +0000 Subject: [PATCH] Formatting change to test something on the svn server git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140820 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/pbx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/pbx.c b/main/pbx.c index 59ba133e87..bfa61c96b4 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -1407,8 +1407,7 @@ static void insert_in_next_chars_alt_char_list(struct match_char **parent_ptr, s } lcurr = curr; } - if (!curr) - { + if (!curr) { lcurr->alt_char = node; } }