aboutsummaryrefslogtreecommitdiff
path: root/chvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'chvt.c')
-rw-r--r--chvt.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/chvt.c b/chvt.c
index a32bd3e78..635022a57 100644
--- a/chvt.c
+++ b/chvt.c
@@ -34,3 +34,12 @@ int chvt_main(int argc, char **argv)
34 } 34 }
35 exit(TRUE); 35 exit(TRUE);
36} 36}
37
38
39/*
40Local Variables:
41c-file-style: "linux"
42c-basic-offset: 4
43tab-width: 4
44End:
45*/