]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Minor formatting change
authorRussell Bryant <russell@russellbryant.com>
Wed, 28 Feb 2007 19:58:56 +0000 (19:58 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 28 Feb 2007 19:58:56 +0000 (19:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@57146 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 5688a61e44fe4cee8aecf3f99c4de7e9417ce174..b3f4910f3e0857699b879bd341467d1f568aeb5b 100644 (file)
@@ -1014,13 +1014,13 @@ static int sla_show_trunks(int fd, int argc, char **argv)
                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)