From: Jeff Peeler Date: Wed, 15 Sep 2010 20:20:05 +0000 (+0000) Subject: whitespace fix X-Git-Tag: 1.4.37-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91c96ba5d6c68d01e2811823a770cd4bc6217d4;p=thirdparty%2Fasterisk.git whitespace fix git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286956 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index ebbedb1fbf..2a51105625 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -5401,7 +5401,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st valid_extensions = 0; break; } - capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1); + capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1); if ((newmsgs + oldmsgs) >= capacity) { ast_log(LOG_NOTICE, "Mailbox '%s' is full with capacity of %d, prompting for another extension.\n", s, capacity); res = ast_play_and_wait(chan, "vm-mailboxfull");