summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-04-27 21:40:49 +0000
committerdes <des@FreeBSD.org>2011-04-27 21:40:49 +0000
commit6350ef38f3a1d7106814be77aed64e23c36b2646 (patch)
tree710b471086a43cb1b22055155110697451788323 /sbin/mdconfig
parent0d5d7b8b23ebd6b8dd77ba943169bc046940f469 (diff)
downloadFreeBSD-src-6350ef38f3a1d7106814be77aed64e23c36b2646.zip
FreeBSD-src-6350ef38f3a1d7106814be77aed64e23c36b2646.tar.gz
whitespace nit - sorry for the churn
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index 22e961e..96e2bcb 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -141,8 +141,8 @@ main(int argc, char **argv)
mdio.md_options = MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS;
cmdline = 2;
}
- if (cmdline != 2)
- usage();
+ if (cmdline != 2)
+ usage();
if (realpath(optarg, mdio.md_file) == NULL) {
err(1, "could not find full path for %s",
optarg);
OpenPOWER on IntegriCloud