summaryrefslogtreecommitdiff
path: root/rts/AwaitEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/AwaitEvent.h')
-rw-r--r--rts/AwaitEvent.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/AwaitEvent.h b/rts/AwaitEvent.h
index ecc13b8ff2..e80d351ab4 100644
--- a/rts/AwaitEvent.h
+++ b/rts/AwaitEvent.h
@@ -22,3 +22,11 @@ RTS_PRIVATE void awaitEvent(rtsBool wait); /* In posix/Select.c or
#endif
#endif /* AWAITEVENT_H */
+
+// Local Variables:
+// mode: C
+// fill-column: 80
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// End: