Fix glitched indentation (and rewrap as needed due to deeper indent).
No functional changes. Reported by: rpokala@
This commit is contained in:
parent
7218f22343
commit
8d5eb370ef
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user