From: Mark Spencer Date: Sun, 6 Nov 2005 04:52:44 +0000 (+0000) Subject: Meetme whitespace changes (bug #5615) X-Git-Tag: 1.2.0-rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34152c3abc278647a7d8d011f943c3ee53f18c0b;p=thirdparty%2Fasterisk.git Meetme whitespace changes (bug #5615) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6969 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 742b6ec68a..84eab66d32 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -512,13 +512,13 @@ static int conf_cmd(int fd, int argc, char **argv) { } if (argc == 1) { /* 'MeetMe': List all the conferences */ - now = time(NULL); + now = time(NULL); cnf = confs; if (!cnf) { - ast_cli(fd, "No active MeetMe conferences.\n"); - return RESULT_SUCCESS; - } - ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation"); + ast_cli(fd, "No active MeetMe conferences.\n"); + return RESULT_SUCCESS; + } + ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation"); while(cnf) { if (cnf->markedusers == 0) strcpy(cmdline, "N/A ");