diff options
Diffstat (limited to 'console-tools/chvt.c')
-rw-r--r-- | console-tools/chvt.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index a32bd3e..635022a 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c @@ -34,3 +34,12 @@ int chvt_main(int argc, char **argv) } exit(TRUE); } + + +/* +Local Variables: +c-file-style: "linux" +c-basic-offset: 4 +tab-width: 4 +End: +*/ |