[commit: ghc] master: [skip ci] rts: Detabify RaiseAsync.h (aa8d23d)
git at git.haskell.org
git at git.haskell.org
Tue Oct 21 21:51:07 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aa8d23d24d6777c2881b89928776cce2e51a631f/ghc
>---------------------------------------------------------------
commit aa8d23d24d6777c2881b89928776cce2e51a631f
Author: Austin Seipp <austin at well-typed.com>
Date: Tue Oct 21 16:32:20 2014 -0500
[skip ci] rts: Detabify RaiseAsync.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
aa8d23d24d6777c2881b89928776cce2e51a631f
rts/RaiseAsync.h | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h
index 3da9e7b..e2763d0 100644
--- a/rts/RaiseAsync.h
+++ b/rts/RaiseAsync.h
@@ -20,17 +20,17 @@ void blockedThrowTo (Capability *cap,
StgTSO *target, MessageThrowTo *msg);
void throwToSingleThreaded (Capability *cap,
- StgTSO *tso,
- StgClosure *exception);
+ StgTSO *tso,
+ StgClosure *exception);
void throwToSingleThreaded_ (Capability *cap,
- StgTSO *tso,
- StgClosure *exception,
- rtsBool stop_at_atomically);
+ StgTSO *tso,
+ StgClosure *exception,
+ rtsBool stop_at_atomically);
void suspendComputation (Capability *cap,
- StgTSO *tso,
- StgUpdateFrame *stop_here);
+ StgTSO *tso,
+ StgUpdateFrame *stop_here);
MessageThrowTo *throwTo (Capability *cap, // the Capability we hold
StgTSO *source,
@@ -74,4 +74,3 @@ interruptible(StgTSO *t)
#endif /* CMINUSMINUS */
#endif /* RAISEASYNC_H */
-
More information about the ghc-commits
mailing list