diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-05-29 13:54:27 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-05-29 13:54:27 +0000 |
commit | b37ed498e906109ea558fa5d66c78953b699670d (patch) | |
tree | 011d34a242cc8be1c86c7c8aec7ab77bf7b7037e /sys/arch/amd64/stand | |
parent | 0ff058a41da08a0c54b8b0f5cfae2f5071de1359 (diff) |
Nuke annoying whitespace nits to shrink some future diffs.
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/libsa/softraid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/libsa/softraid.c b/sys/arch/amd64/stand/libsa/softraid.c index 7f840a10be2..16582514cd4 100644 --- a/sys/arch/amd64/stand/libsa/softraid.c +++ b/sys/arch/amd64/stand/libsa/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.8 2014/07/12 20:58:31 tedu Exp $ */ +/* $OpenBSD: softraid.c,v 1.9 2015/05/29 13:54:26 krw Exp $ */ /* * Copyright (c) 2012 Joel Sing <jsing@openbsd.org> @@ -62,7 +62,7 @@ srprobe_meta_opt_load(struct sr_metadata *sm, struct sr_meta_opt_head *som) for (i = 0; i < sm->ssdi.ssd_opt_no; i++) { #ifdef BIOS_DEBUG - printf("Found optional metadata of type %u, length %u\n", + printf("Found optional metadata of type %u, length %u\n", omh->som_type, omh->som_length); #endif @@ -176,7 +176,7 @@ srprobe(void) SR_META_SIZE, md); if (error) continue; - + /* Is this valid softraid metadata? */ if (md->ssdi.ssd_magic != SR_MAGIC) continue; |