diff options
author | 2015-10-05 16:07:57 +0000 | |
---|---|---|
committer | 2015-10-05 16:07:57 +0000 | |
commit | dd40558675746db033cf16d5480483196ed1a9be (patch) | |
tree | 7d18abbc373ca55d40edad0c0421ef1a7d99ae1c | |
parent | Count IFQ_ENQUEUE() failure as output drop. (diff) | |
download | wireguard-openbsd-dd40558675746db033cf16d5480483196ed1a9be.tar.xz wireguard-openbsd-dd40558675746db033cf16d5480483196ed1a9be.zip |
Out, damned whitespace!
-rw-r--r-- | usr.sbin/installboot/i386_installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c index fe7c8d8467e..389ff428138 100644 --- a/usr.sbin/installboot/i386_installboot.c +++ b/usr.sbin/installboot/i386_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i386_installboot.c,v 1.9 2015/10/03 16:56:52 krw Exp $ */ +/* $OpenBSD: i386_installboot.c,v 1.10 2015/10/05 16:07:57 krw Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -179,7 +179,7 @@ write_bootblocks(int devfd, char *dev, struct disklabel *dl) if (dl->d_type != DTYPE_FLOPPY) { start = findopenbsd(devfd, dl); if (start == (u_int)-1) - errx(1, "no OpenBSD partition"); + errx(1, "no OpenBSD partition"); } if (verbose) |