Skip to content

Commit 6e739dd

Browse files
committed
Fix POSIX note about BLOCKSIZE and adjust indentation
1 parent abeb19c commit 6e739dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/df/df.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ main(int argc, char *argv[])
130130
* both -k and -P. It states that the blocksize should
131131
* be set to 1024.
132132
*/
133-
if (kflag) {
133+
if (kflag) {
134134
setenv("BLOCKSIZE", "1024", 1);
135135
break;
136136
}

0 commit comments

Comments
 (0)