diff options
author | se <se@FreeBSD.org> | 1996-10-29 19:32:31 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1996-10-29 19:32:31 +0000 |
commit | 348afbb79a6d1638461fea060d29ad7cc7806862 (patch) | |
tree | e9e869d2b5a72347e482fea34b67a8fd5000019b /usr.sbin/ncrcontrol | |
parent | 8a114aa2ad6acc04e79dd807249d39e308b5c36c (diff) | |
download | FreeBSD-src-348afbb79a6d1638461fea060d29ad7cc7806862.zip FreeBSD-src-348afbb79a6d1638461fea060d29ad7cc7806862.tar.gz |
Correct indentation of multi-LUN device info. (Slightly different fix
than suggested by Bruce Evans).
Submitted by: bde
Diffstat (limited to 'usr.sbin/ncrcontrol')
-rw-r--r-- | usr.sbin/ncrcontrol/ncrcontrol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ncrcontrol/ncrcontrol.c b/usr.sbin/ncrcontrol/ncrcontrol.c index 6090b4a..f84e373 100644 --- a/usr.sbin/ncrcontrol/ncrcontrol.c +++ b/usr.sbin/ncrcontrol/ncrcontrol.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncrcontrol.c,v 1.11 1996/05/30 02:19:43 pst Exp $ +** $Id: ncrcontrol.c,v 1.12 1996/10/25 15:36:42 bde Exp $ ** ** Utility for NCR 53C810 device driver. ** @@ -403,7 +403,7 @@ do_info(void) } else { printf (" ?"); } - } else printf (" "); + } else printf ("%42s", ""); if (!tip->lp[l]) { printf (" no\n"); |