Fix glitched indentation (and rewrap as needed due to deeper indent).

No functional changes.

Reported by:	rpokala@
This commit is contained in:
Ian Lepore 2018-07-13 18:58:37 +00:00
parent 4bae19e9b8
commit 949662216a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336256

View File

@ -400,9 +400,10 @@ load(void)
if (!(ino = lookup(kname))) {
if (!ls) {
printf("%s: No %s on %u:%s(%up%u)\n", BOOTPROG,
kname, gdsk.dsk.drive & DRV_MASK, dev_nm[gdsk.dsk.type],
gdsk.dsk.unit, gdsk.dsk.part);
}
kname, gdsk.dsk.drive & DRV_MASK,
dev_nm[gdsk.dsk.type], gdsk.dsk.unit,
gdsk.dsk.part);
}
return;
}
if (xfsread(ino, &hdr, sizeof(hdr)))