1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Style nit in previous commit.

This commit is contained in:
Dag-Erling Smørgrav 2004-01-27 19:28:13 +00:00
parent bbc5b4d9c5
commit a1b99708d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125107

View File

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