diff options
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index 015cc1cefc..f788aec9ce 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -259,3 +259,11 @@ emptyThreadQueues(Capability *cap) #endif /* SCHEDULE_H */ + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |