From a739416f115a9870e062b74db38609248ed3ebd6 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 20 Aug 2014 12:44:10 -0500 Subject: [ci skip] includes: detabify/dewhitespace rts/Threads.h Signed-off-by: Austin Seipp --- includes/rts/Threads.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h index da6f7a4add..941f6daf65 100644 --- a/includes/rts/Threads.h +++ b/includes/rts/Threads.h @@ -19,7 +19,7 @@ #include #endif -// +// // Creating threads // StgTSO *createThread (Capability *cap, W_ stack_size); @@ -29,11 +29,11 @@ void scheduleWaitThread (/* in */ StgTSO *tso, /* inout */ Capability **cap); StgTSO *createGenThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); StgTSO *createIOThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); StgTSO *createStrictIOThread (Capability *cap, W_ stack_size, - StgClosure *closure); + StgClosure *closure); // Suspending/resuming threads around foreign calls void * suspendThread (StgRegTable *, rtsBool interruptible); -- cgit v1.2.1