From ea2068d0ada46d190691e50e57c5ff9b3350632b Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 6 Jun 2007 18:55:45 +0000
Subject: [PATCH] Another minor formatting change ... testing mantis/svn (issue
 #9828)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67781 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/app.c b/main/app.c
index 1cb3c055b4..3a6ae8c7a7 100644
--- a/main/app.c
+++ b/main/app.c
@@ -1057,7 +1057,7 @@ int ast_unlock_path(const char *path)
 int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, const char *path) 
 {
 	int silencethreshold = 128; 
-	int maxsilence=0;
+	int maxsilence = 0;
 	int res = 0;
 	int cmd = 0;
 	int max_attempts = 3;
-- 
GitLab