From fb6e8402135289d3eb3691ddde4417e9b4699dda Mon Sep 17 00:00:00 2001
From: James Golovich <james@gnuinter.net>
Date: Thu, 23 Sep 2004 16:58:09 +0000
Subject: [PATCH] Fix formatting again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 app.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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);
-- 
GitLab