From a91c96ba5d6c68d01e2811823a770cd4bc6217d4 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Wed, 15 Sep 2010 20:20:05 +0000 Subject: [PATCH] whitespace fix git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286956 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2