summaryrefslogtreecommitdiff
path: root/rts/STM.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/STM.c')
-rw-r--r--rts/STM.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/STM.c b/rts/STM.c
index bea0356403..6dc3e40c4e 100644
--- a/rts/STM.c
+++ b/rts/STM.c
@@ -1696,3 +1696,11 @@ void stmWriteTVar(Capability *cap,
}
/*......................................................................*/
+
+// Local Variables:
+// mode: C
+// fill-column: 80
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End: