diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-01-30 03:46:48 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-01-30 03:46:48 +0000 |
commit | a8f646b49ba4d09e005a7b11d40094aa8f8b258f (patch) | |
tree | 631e0148e72f643a4e28307317c92a4f1260090b /usr.sbin | |
parent | b9980bfd1486d25cd4847ef7a28fa148dbad8d7b (diff) | |
download | FreeBSD-src-a8f646b49ba4d09e005a7b11d40094aa8f8b258f.zip FreeBSD-src-a8f646b49ba4d09e005a7b11d40094aa8f8b258f.tar.gz |
Improve alignment in printf().
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.c | 2 |
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, |