nat: Indent the connected... to make it belong to the BSC group
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index 6493593..c4d77f1 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -199,7 +199,7 @@
 		break;
 	}
 
-	vty_out(vty, " Connected: %d%s", connected, VTY_NEWLINE);
+	vty_out(vty, "  Connected: %d%s", connected, VTY_NEWLINE);
 }
 
 DEFUN(show_stats,