diff options
Diffstat (limited to 'chvt.c')
-rw-r--r-- | chvt.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,3 +34,12 @@ int chvt_main(int argc, char **argv) | |||
34 | } | 34 | } |
35 | exit(TRUE); | 35 | exit(TRUE); |
36 | } | 36 | } |
37 | |||
38 | |||
39 | /* | ||
40 | Local Variables: | ||
41 | c-file-style: "linux" | ||
42 | c-basic-offset: 4 | ||
43 | tab-width: 4 | ||
44 | End: | ||
45 | */ | ||