whitespace nit - sorry for the churn

This commit is contained in:
Dag-Erling Smørgrav 2011-04-27 21:40:49 +00:00
parent e81d0f5a74
commit 3b39802214
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221144

View File

@ -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);