aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-26 22:08:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-26 22:08:33 +0000
commitc95d59971198390b18b32f5ab2524991c60e1148 (patch)
tree3eae79938eb0920519efddb9db4d1bda9932843e /main
parent3d2df5c9db228d06f2cd72316a0d113668efdd8b (diff)
Make a formatting change to test a new post-commit hook for reviewboard.
http://reviewboard.digium.com/r/65/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@159665 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index dc984a576..c65b113f1 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -956,7 +956,9 @@ static void new_find_extension(const char *str, struct scoreboard *score,
const char *label, enum ext_match_t action);
static struct match_char *already_in_tree(struct match_char *current, char *pat);
static struct match_char *add_exten_to_pattern_tree(struct ast_context *con, struct ast_exten *e1, int findonly);
-static struct match_char *add_pattern_node(struct ast_context *con, struct match_char *current, char *pattern, int is_pattern, int already, int specificity, struct match_char **parent);
+static struct match_char *add_pattern_node(struct ast_context *con,
+ struct match_char *current, char *pattern, int is_pattern,
+ int already, int specificity, struct match_char **parent);
static void create_match_char_tree(struct ast_context *con);
static struct ast_exten *get_canmatch_exten(struct match_char *node);
static void destroy_pattern_tree(struct match_char *pattern_tree);