diff options
Diffstat (limited to 'cat.c')
-rw-r--r-- | cat.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -59,3 +59,11 @@ extern int cat_main(int argc, char **argv) | |||
59 | } | 59 | } |
60 | exit(TRUE); | 60 | exit(TRUE); |
61 | } | 61 | } |
62 | |||
63 | /* | ||
64 | Local Variables: | ||
65 | c-file-style: "linux" | ||
66 | c-basic-offset: 4 | ||
67 | tab-width: 4 | ||
68 | End: | ||
69 | */ | ||