summaryrefslogtreecommitdiff
path: root/rts/StgCRun.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r--rts/StgCRun.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c
index f649dbe9fb..244cdb428b 100644
--- a/rts/StgCRun.c
+++ b/rts/StgCRun.c
@@ -815,3 +815,11 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
#endif
#endif /* !USE_MINIINTERPRETER */
+
+// Local Variables:
+// mode: C
+// fill-column: 80
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End: