Correct indentation of multi-LUN device info. (Slightly different fix

than suggested by Bruce Evans).

Submitted by:	bde
This commit is contained in:
Stefan Eßer 1996-10-29 19:32:31 +00:00
parent fecaa12727
commit fbe5d89ffe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19255

View File

@ -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");