aboutsummaryrefslogtreecommitdiff
path: root/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat.c')
-rw-r--r--cat.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cat.c b/cat.c
index 86f85fe8e..58a1b0f54 100644
--- a/cat.c
+++ b/cat.c
@@ -59,3 +59,11 @@ extern int cat_main(int argc, char **argv)
59 } 59 }
60 exit(TRUE); 60 exit(TRUE);
61} 61}
62
63/*
64Local Variables:
65c-file-style: "linux"
66c-basic-offset: 4
67tab-width: 4
68End:
69*/