diff options
Diffstat (limited to 'rts/Ticky.h')
-rw-r--r-- | rts/Ticky.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Ticky.h b/rts/Ticky.h index a32a7a6542..e666a9b2da 100644 --- a/rts/Ticky.h +++ b/rts/Ticky.h @@ -12,3 +12,11 @@ RTS_PRIVATE void PrintTickyInfo(void); #endif /* TICKY_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |