Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19930/apps

Modified Files:
        app_meetme.c 
Log Message:
Meetme whitespace changes (bug #5615)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- app_meetme.c        3 Nov 2005 21:19:10 -0000       1.118
+++ app_meetme.c        6 Nov 2005 04:52:44 -0000       1.119
@@ -512,13 +512,13 @@
        }
        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 ");

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to