[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/Threads.h (a739416)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:52:08 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a739416f115a9870e062b74db38609248ed3ebd6/ghc

>---------------------------------------------------------------

commit a739416f115a9870e062b74db38609248ed3ebd6
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:44:10 2014 -0500

    [ci skip] includes: detabify/dewhitespace rts/Threads.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

a739416f115a9870e062b74db38609248ed3ebd6
 includes/rts/Threads.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index da6f7a4..941f6da 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -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);



More information about the ghc-commits mailing list