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

No functional changes.

Reported by:	rpokala@
This commit is contained in:
ian 2018-07-13 18:58:37 +00:00
parent 7218f22343
commit 8d5eb370ef

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)))