summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-30 03:46:48 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-30 03:46:48 +0000
commita8f646b49ba4d09e005a7b11d40094aa8f8b258f (patch)
tree631e0148e72f643a4e28307317c92a4f1260090b /usr.sbin/fwcontrol
parentb9980bfd1486d25cd4847ef7a28fa148dbad8d7b (diff)
downloadFreeBSD-src-a8f646b49ba4d09e005a7b11d40094aa8f8b258f.zip
FreeBSD-src-a8f646b49ba4d09e005a7b11d40094aa8f8b258f.tar.gz
Improve alignment in printf().
Diffstat (limited to 'usr.sbin/fwcontrol')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c
index 8ade0a1..d27896a 100644
--- a/usr.sbin/fwcontrol/fwcontrol.c
+++ b/usr.sbin/fwcontrol/fwcontrol.c
@@ -340,7 +340,7 @@ show_topology_map(int fd)
printf("%02d sequel packet\n", sid.p0.phy_id);
continue;
}
- printf("%02d %2d %d %4s %d %d %3s"
+ printf("%02d %2d %2d %4s %d %d %3s"
" %s %s %s %d %d\n",
sid.p0.phy_id,
sid.p0.link_active,
OpenPOWER on IntegriCloud