From: krw Date: Fri, 29 May 2015 13:54:26 +0000 (+0000) Subject: Nuke annoying whitespace nits to shrink some future diffs. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c9557acbae9ac1429639cd5680b168cac7b085f8;p=openbsd Nuke annoying whitespace nits to shrink some future diffs. --- 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 @@ -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; diff --git a/sys/arch/i386/stand/libsa/softraid.c b/sys/arch/i386/stand/libsa/softraid.c index 7f840a10be2..16582514cd4 100644 --- a/sys/arch/i386/stand/libsa/softraid.c +++ b/sys/arch/i386/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 @@ -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;