diff options
author | 2015-10-01 16:16:23 +0000 | |
---|---|---|
committer | 2015-10-01 16:16:23 +0000 | |
commit | 70aaba56851fe4bb1eedda4398d4c773ced754b7 (patch) | |
tree | df389913889e092e5b4895a07b56eb8b06b800d9 | |
parent | Remove more blinding trailing whitespace. (diff) | |
download | wireguard-openbsd-70aaba56851fe4bb1eedda4398d4c773ced754b7.tar.xz wireguard-openbsd-70aaba56851fe4bb1eedda4398d4c773ced754b7.zip |
Remove yet more blinding whitespace.
-rw-r--r-- | sys/arch/amd64/stand/libsa/biosdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/biosdev.c b/sys/arch/amd64/stand/libsa/biosdev.c index 9d22a2baa3f..eafbe08fcab 100644 --- a/sys/arch/amd64/stand/libsa/biosdev.c +++ b/sys/arch/amd64/stand/libsa/biosdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.c,v 1.25 2015/10/01 16:08:19 krw Exp $ */ +/* $OpenBSD: biosdev.c,v 1.26 2015/10/01 16:16:23 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -438,7 +438,7 @@ bios_getdisklabel(bios_diskinfo_t *bd, struct disklabel *label) if (start == (u_int)-1) { if (err != NULL) return (err); - return "no OpenBSD partition\n"; + return "no OpenBSD partition\n"; } } start = LABELSECTOR + start; |