diff options
Diffstat (limited to 'rts/ThreadLabels.c')
-rw-r--r-- | rts/ThreadLabels.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/ThreadLabels.c b/rts/ThreadLabels.c index 981a5d9771..5d891a005e 100644 --- a/rts/ThreadLabels.c +++ b/rts/ThreadLabels.c @@ -82,3 +82,11 @@ labelThread(Capability *cap STG_UNUSED, #endif traceThreadLabel(cap, tso, label); } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |