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