From 315c9614cbc13cf6e4bfd91dbb82d1d2b28ffd00 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 28 Feb 2007 19:58:56 +0000 Subject: [PATCH] Minor formatting change git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@57146 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5688a61e44..b3f4910f3e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -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)