aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-23 16:58:09 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-23 16:58:09 +0000
commit611d38f41585b034cf9680a03c503ccfc4309d2b (patch)
tree6094c45811673c4cd0d27949c2800fcc60316dde /app.c
parent45ca34593892bb1752efb92ba50e1e4bf6ae7430 (diff)
Fix formatting again
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3827 f38db490-d61c-443f-a65b-d21fe96a405b
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);