Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2011 21:40:49 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221144 - head/sbin/mdconfig
Message-ID:  <201104272140.p3RLenvk091718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Apr 27 21:40:49 2011
New Revision: 221144
URL: http://svn.freebsd.org/changeset/base/221144

Log:
  whitespace nit - sorry for the churn

Modified:
  head/sbin/mdconfig/mdconfig.c

Modified: head/sbin/mdconfig/mdconfig.c
==============================================================================
--- head/sbin/mdconfig/mdconfig.c	Wed Apr 27 21:39:59 2011	(r221143)
+++ head/sbin/mdconfig/mdconfig.c	Wed Apr 27 21:40:49 2011	(r221144)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104272140.p3RLenvk091718>