[asterisk-commits] russell: trunk r159665 - /trunk/main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 26 16:08:34 CST 2008


Author: russell
Date: Wed Nov 26 16:08:33 2008
New Revision: 159665

URL: http://svn.digium.com/view/asterisk?view=rev&rev=159665
Log:
Make a formatting change to test a new post-commit hook for reviewboard.

http://reviewboard.digium.com/r/65/

Modified:
    trunk/main/pbx.c

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=159665&r1=159664&r2=159665
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Wed Nov 26 16:08:33 2008
@@ -956,7 +956,9 @@
 		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);




More information about the asterisk-commits mailing list