From 03a0ad08cf7470018fcd339f1de4633caef9d3fb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 4 Aug 2010 02:29:03 +0800 Subject: nat: Indent the connected... to make it belong to the BSC group --- openbsc/src/nat/bsc_nat_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/nat') diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c index 6493593b2..c4d77f14f 100644 --- a/openbsc/src/nat/bsc_nat_vty.c +++ b/openbsc/src/nat/bsc_nat_vty.c @@ -199,7 +199,7 @@ static void dump_stat_bsc(struct vty *vty, struct bsc_config *conf) break; } - vty_out(vty, " Connected: %d%s", connected, VTY_NEWLINE); + vty_out(vty, " Connected: %d%s", connected, VTY_NEWLINE); } DEFUN(show_stats, -- cgit v1.2.3