[asterisk-commits] russell: branch 1.4 r57146 - /branches/1.4/apps/app_meetme.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Feb 28 12:58:57 MST 2007


Author: russell
Date: Wed Feb 28 13:58:56 2007
New Revision: 57146

URL: http://svn.digium.com/view/asterisk?view=rev&rev=57146
Log:
Minor formatting change

Modified:
    branches/1.4/apps/app_meetme.c

Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=57146&r1=57145&r2=57146
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Wed Feb 28 13:58:56 2007
@@ -1014,13 +1014,13 @@
 		ast_cli(fd, "=== ---------------------------------------------------------\n"
 		            "=== Trunk Name:       %s\n"
 		            "=== ==> Device:       %s\n"
-					"=== ==> AutoContext:  %s\n"
-					"=== ==> RingTimeout:  %s\n"
-					"=== ==> BargeAllowed: %s\n"
-					"=== ==> Stations ...\n",
-					trunk->name, trunk->device, 
-					S_OR(trunk->autocontext, "(none)"), 
-					ring_timeout,
+		            "=== ==> AutoContext:  %s\n"
+		            "=== ==> RingTimeout:  %s\n"
+		            "=== ==> BargeAllowed: %s\n"
+		            "=== ==> Stations ...\n",
+		            trunk->name, trunk->device, 
+		            S_OR(trunk->autocontext, "(none)"), 
+		            ring_timeout,
 		            trunk->barge_disabled ? "No" : "Yes");
 		AST_RWLIST_RDLOCK(&sla_stations);
 		AST_LIST_TRAVERSE(&trunk->stations, station_ref, entry)



More information about the asterisk-commits mailing list