summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/mirror
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/mirror
parent6f074b6d64c73a3076d8f1b86873b81770b1016c (diff)
downloadFreeBSD-src-f31d2a3b5cf27eec3bb862aa56314f89f94e83a9.zip
FreeBSD-src-f31d2a3b5cf27eec3bb862aa56314f89f94e83a9.tar.gz
Remove trailing spaces.
Diffstat (limited to 'sbin/geom/class/mirror')
-rw-r--r--sbin/geom/class/mirror/geom_mirror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c
index 989f5e3..68f6606 100644
--- a/sbin/geom/class/mirror/geom_mirror.c
+++ b/sbin/geom/class/mirror/geom_mirror.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
@@ -280,7 +280,7 @@ mirror_clear(struct gctl_req *req)
continue;
}
if (verbose)
- printf("Metadata cleared on %s.\n", name);
+ printf("Metadata cleared on %s.\n", name);
}
}
@@ -367,6 +367,6 @@ mirror_activate(struct gctl_req *req)
continue;
}
if (verbose)
- printf("Provider %s activated.\n", path);
+ printf("Provider %s activated.\n", path);
}
}
OpenPOWER on IntegriCloud