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

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