[asterisk-commits] russell: branch russell/post-review-test r159891 - /team/russell/post-review-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Nov 29 20:24:40 CST 2008


Author: russell
Date: Sat Nov 29 20:24:40 2008
New Revision: 159891

URL: http://svn.digium.com/view/asterisk?view=rev&rev=159891
Log:
Make some formatting changes just for the sake of having a diff against trunk

Modified:
    team/russell/post-review-test/main/pbx.c

Modified: team/russell/post-review-test/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/russell/post-review-test/main/pbx.c?view=diff&rev=159891&r1=159890&r2=159891
==============================================================================
--- team/russell/post-review-test/main/pbx.c (original)
+++ team/russell/post-review-test/main/pbx.c Sat Nov 29 20:24:40 2008
@@ -1158,7 +1158,7 @@
 static struct ast_context *find_context_locked(const char *context);
 int check_contexts(char *, int);
 
-int check_contexts(char *file, int line )
+int check_contexts(char *file, int line)
 {
 	struct ast_hashtab_iter *t1;
 	struct ast_context *c1, *c2;
@@ -1175,8 +1175,8 @@
 	}
 
 	t1 = ast_hashtab_start_traversal(contexts_table);
-	while( (c1 = ast_hashtab_next(t1))) {
-		for(c2=contexts;c2;c2=c2->next) {
+	while ((c1 = ast_hashtab_next(t1))) {
+		for (c2 = contexts; c2; c2 = c2->next) {
 			if (!strcmp(c1->name, c2->name)) {
 				found = 1;
 				break;




More information about the asterisk-commits mailing list