From: Russell Bryant Date: Wed, 26 Nov 2008 22:11:55 +0000 (+0000) Subject: Make a formatting change to test a new post-commit hook for reviewboard. X-Git-Tag: 1.6.2.0-beta1~758 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcde91337b7962801d26b382a02110bfb844b2ef;p=thirdparty%2Fasterisk.git Make a formatting change to test a new post-commit hook for reviewboard. http://reviewboard.digium.com/r/65/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159666 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index c65b113f15..974ca61531 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -955,7 +955,8 @@ static void new_find_extension(const char *str, struct scoreboard *score, struct match_char *tree, int length, int spec, const char *callerid, 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_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);