[Asterisk-cvs] asterisk app.c,1.30,1.31

citats at lists.digium.com citats at lists.digium.com
Thu Sep 23 12:54:42 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk

Modified Files:
	app.c 
Log Message:
Fix formatting again

Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- app.c	23 Sep 2004 16:39:33 -0000	1.30
+++ app.c	23 Sep 2004 16:58:09 -0000	1.31
@@ -438,14 +438,14 @@
 		ast_stopstream(chan);
 
 
-	if(file) {
-        if((end = strchr(file,':'))) {
-			if(!strcasecmp(end,":end")) {
+	if (file) {
+		if ((end = strchr(file,':'))) {
+			if (!strcasecmp(end, ":end")) {
 				*end = '\0';
 				end++;
 			}
 		}
-    }
+	}
 
 	for (;;) {
 		gettimeofday(&started,NULL);




More information about the svn-commits mailing list