summaryrefslogtreecommitdiff
path: root/rts/Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Hash.h')
-rw-r--r--rts/Hash.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Hash.h b/rts/Hash.h
index d22caba555..167000c336 100644
--- a/rts/Hash.h
+++ b/rts/Hash.h
@@ -52,3 +52,11 @@ void exitHashTable ( void );
#include "EndPrivate.h"
#endif /* HASH_H */
+
+// Local Variables:
+// mode: C
+// fill-column: 80
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End: