mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Correct indentation of multi-LUN device info. (Slightly different fix
than suggested by Bruce Evans). Submitted by: bde
This commit is contained in:
parent
fecaa12727
commit
fbe5d89ffe
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue