mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Meetme whitespace changes (bug #5615)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6969 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -512,13 +512,13 @@ static int conf_cmd(int fd, int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
/* 'MeetMe': List all the conferences */
|
/* 'MeetMe': List all the conferences */
|
||||||
now = time(NULL);
|
now = time(NULL);
|
||||||
cnf = confs;
|
cnf = confs;
|
||||||
if (!cnf) {
|
if (!cnf) {
|
||||||
ast_cli(fd, "No active MeetMe conferences.\n");
|
ast_cli(fd, "No active MeetMe conferences.\n");
|
||||||
return RESULT_SUCCESS;
|
return RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation");
|
ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation");
|
||||||
while(cnf) {
|
while(cnf) {
|
||||||
if (cnf->markedusers == 0)
|
if (cnf->markedusers == 0)
|
||||||
strcpy(cmdline, "N/A ");
|
strcpy(cmdline, "N/A ");
|
||||||
|
Reference in New Issue
Block a user