From: Tilghman Lesher Date: Wed, 21 Sep 2011 21:08:06 +0000 (+0000) Subject: Dumb little spacing fix. X-Git-Tag: 1.8.8.0-rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e94c27f6cf26aa765285d11d87e2a9cc1f1eb38;p=thirdparty%2Fasterisk.git Dumb little spacing fix. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@337344 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5ab299d071..82d9a249fd 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3251,9 +3251,9 @@ static void check_quota(struct vm_state *vms, char *mailbox) { #endif /* IMAP_STORAGE */ /*! \brief Lock file path - only return failure if ast_lock_path returns 'timeout', - not if the path does not exist or any other reason -*/ + * only return failure if ast_lock_path returns 'timeout', + * not if the path does not exist or any other reason + */ static int vm_lock_path(const char *path) { switch (ast_lock_path(path)) {