summaryrefslogtreecommitdiff
path: root/rts/CheckUnload.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/CheckUnload.c')
-rw-r--r--rts/CheckUnload.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/CheckUnload.c b/rts/CheckUnload.c
index 98f184b84c..170e8861f0 100644
--- a/rts/CheckUnload.c
+++ b/rts/CheckUnload.c
@@ -318,3 +318,11 @@ void checkUnload (StgClosure *static_objects)
freeHashTable(addrs, NULL);
}
+
+// Local Variables:
+// mode: C
+// fill-column: 80
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End: