From e5537255003ca747fb7271d4c656e6c1d255bd3e Mon Sep 17 00:00:00 2001
From: Anthony LaMantia <alamantia@digium.com>
Date: Thu, 31 Aug 2006 21:12:26 +0000
Subject: [PATCH] spacing update

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_record.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/app_record.c b/apps/app_record.c
index be2f3692be..231e2bb1e5 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -303,7 +303,8 @@ static int record_exec(struct ast_channel *chan, void *data)
 		} else if ((f->frametype == AST_FRAME_DTMF) &&
 		    (f->subclass == terminator)) {
 			 res = ast_writestream(s,f);
-		         if(res) {
+			 
+		         if (res) {
 			 	ast_log(LOG_WARNING,"Problem writing final record frame\n");
 			 }		 
 			ast_frfree(f);
-- 
GitLab