summaryrefslogtreecommitdiff
path: root/app.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-09-23 16:58:09 +0000
committerJames Golovich <james@gnuinter.net>2004-09-23 16:58:09 +0000
commitfb6e8402135289d3eb3691ddde4417e9b4699dda (patch)
tree6094c45811673c4cd0d27949c2800fcc60316dde /app.c
parent2a896e5d3c708078d821d8481ba1247cdbf96a23 (diff)
Fix formatting again
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'app.c')
-rwxr-xr-xapp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/app.c b/app.c
index b273f4c3c..f653aa909 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);