diff options
Diffstat (limited to 'coreutils/df.c')
-rw-r--r-- | coreutils/df.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 43d5d26e7..bc843f7a2 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -108,3 +108,11 @@ extern int df_main(int argc, char **argv) | |||
108 | 108 | ||
109 | exit(TRUE); | 109 | exit(TRUE); |
110 | } | 110 | } |
111 | |||
112 | /* | ||
113 | Local Variables: | ||
114 | c-file-style: "linux" | ||
115 | c-basic-offset: 4 | ||
116 | tab-width: 4 | ||
117 | End: | ||
118 | */ | ||