summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/stripe
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-02-01 12:11:37 +0000
committerpjd <pjd@FreeBSD.org>2006-02-01 12:11:37 +0000
commitf31d2a3b5cf27eec3bb862aa56314f89f94e83a9 (patch)
tree267d051a9936cd40da987ae34eece716139c523f /sbin/geom/class/stripe
parent6f074b6d64c73a3076d8f1b86873b81770b1016c (diff)
downloadFreeBSD-src-f31d2a3b5cf27eec3bb862aa56314f89f94e83a9.zip
FreeBSD-src-f31d2a3b5cf27eec3bb862aa56314f89f94e83a9.tar.gz
Remove trailing spaces.
Diffstat (limited to 'sbin/geom/class/stripe')
-rw-r--r--sbin/geom/class/stripe/geom_stripe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c
index f98e964..b0e8aa3 100644
--- a/sbin/geom/class/stripe/geom_stripe.c
+++ b/sbin/geom/class/stripe/geom_stripe.c
@@ -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
@@ -236,15 +236,15 @@ stripe_clear(struct gctl_req *req)
continue;
}
if (verbose)
- printf("Metadata cleared on %s.\n", name);
+ printf("Metadata cleared on %s.\n", name);
}
}
-static void
+static void
stripe_metadata_dump(const struct g_stripe_metadata *md)
{
- printf(" Magic string: %s\n", md->md_magic);
+ printf(" Magic string: %s\n", md->md_magic);
printf(" Metadata version: %u\n", (u_int)md->md_version);
printf(" Device name: %s\n", md->md_name);
printf(" Device ID: %u\n", (u_int)md->md_id);
OpenPOWER on IntegriCloud