aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 04:52:44 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 04:52:44 +0000
commit40c19638fcb45e4ba97f35195a6d0ea0c075411b (patch)
tree7602f5013dfcb3b3b4b80ac5207dcc4915f4d18b /apps/app_meetme.c
parent6c8b0c0fa15fc75dbd520ab5ffb26211125e08a2 (diff)
Meetme whitespace changes (bug #5615)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6969 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rwxr-xr-xapps/app_meetme.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 742b6ec68..84eab66d3 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 ");