From 6f074b6d64c73a3076d8f1b86873b81770b1016c Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 1 Feb 2006 12:06:01 +0000 Subject: Remove trailing spaces. --- sys/geom/raid3/g_raid3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/geom/raid3/g_raid3.h') diff --git a/sys/geom/raid3/g_raid3.h b/sys/geom/raid3/g_raid3.h index b666c8a..4ee8d03 100644 --- a/sys/geom/raid3/g_raid3.h +++ b/sys/geom/raid3/g_raid3.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -354,7 +354,7 @@ static __inline int raid3_metadata_decode(const u_char *data, struct g_raid3_metadata *md) { int error; - + bcopy(data, md->md_magic, 16); md->md_version = le32dec(data + 16); switch (md->md_version) { -- cgit v1.1