aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 18:55:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 18:55:45 +0000
commit2cb9e151e403457edae8b3c0cc80d9b50dd3ac20 (patch)
tree81da2ecc0a5a7b13f8fdff207908d335ef2d39c6 /main/app.c
parent1962cb138554ebcc705bcad1f3930cf850768d95 (diff)
Another minor formatting change ... testing mantis/svn
(issue #9828) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67781 f38db490-d61c-443f-a65b-d21fe96a405b
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;