summaryrefslogtreecommitdiff
path: root/main/app.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-06 18:55:45 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-06 18:55:45 +0000
commitea2068d0ada46d190691e50e57c5ff9b3350632b (patch)
tree81da2ecc0a5a7b13f8fdff207908d335ef2d39c6 /main/app.c
parent330880b9096954054fd9d1ec92c4aad1fc38a92a (diff)
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
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.c b/main/app.c
index 1cb3c055b..3a6ae8c7a 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;