mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Style nit in previous commit.
This commit is contained in:
parent
bbc5b4d9c5
commit
a1b99708d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125107
@ -86,7 +86,7 @@ main(int argc, char **argv)
|
||||
} else {
|
||||
strlcpy(path, args.fspec, cp - args.fspec + 1);
|
||||
}
|
||||
if(statfs(path, &stfsbuf) < 0)
|
||||
if (statfs(path, &stfsbuf) < 0)
|
||||
err(1, "%s", path);
|
||||
if (stat(path, &stbuf) < 0)
|
||||
err(1, "%s", path);
|
||||
|
Loading…
Reference in New Issue
Block a user