From: James Golovich Date: Thu, 23 Sep 2004 16:58:09 +0000 (+0000) Subject: Fix formatting again X-Git-Tag: 1.0.10~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6e8402135289d3eb3691ddde4417e9b4699dda;p=thirdparty%2Fasterisk.git Fix formatting again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/app.c b/app.c index b273f4c3c6..f653aa909b 100755 --- a/app.c +++ b/app.c @@ -438,14 +438,14 @@ int ast_control_streamfile(struct ast_channel *chan, char *file, char *fwd, char 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);