summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-09-03 13:41:51 +0000
committerRussell Bryant <russell@russellbryant.com>2008-09-03 13:41:51 +0000
commit4e105063a8f636c9795e106856a2570b106b3b87 (patch)
tree6a75101fbdc324553e58bc4a8dae8d791a6b8444 /main/pbx.c
parent655b8f09a76f65f1bb21efa11f76fb84fd8f9467 (diff)
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
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 59ba133e8..bfa61c96b 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;
}
}