mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
whitespace nit - sorry for the churn
This commit is contained in:
parent
e81d0f5a74
commit
3b39802214
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221144
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user