From: Russell Bryant Date: Wed, 6 Jun 2007 18:55:45 +0000 (+0000) Subject: Another minor formatting change ... testing mantis/svn X-Git-Tag: 1.6.0-beta1~3^2~2467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2068d0ada46d190691e50e57c5ff9b3350632b;p=thirdparty%2Fasterisk.git 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 --- 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;