Author: ian
Date: Fri Jul 13 18:58:37 2018
New Revision: 336256
URL: https://svnweb.freebsd.org/changeset/base/336256
Log:
Fix glitched indentation (and rewrap as needed due to deeper indent).
No functional changes.
Reported by: rpokala@
Modified:
head/stand/i386/gptboot/gptboot.c
Modified: head/stand/i386/gptboot/gptboot.c
==============================================================================
--- head/stand/i386/gptboot/gptboot.c Fri Jul 13 18:21:38 2018
(r336255)
+++ head/stand/i386/gptboot/gptboot.c Fri Jul 13 18:58:37 2018
(r336256)
@@ -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)))
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"