diff --git a/apps/app_record.c b/apps/app_record.c
index be2f3692be24da6437c8ae3a4c0dd205afb5cf0d..231e2bb1e5c9c3b54d416d29a44ef4cfadbbedfe 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);