whitespace nit - sorry for the churn

This commit is contained in:
des 2011-04-27 21:40:49 +00:00
parent 0d5d7b8b23
commit 6350ef38f3

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