[commit: ghc] master: rts: detabify/dewhitespace Timer.c (514a631)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:31:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/514a6310281c1f810508115a41c25c02305f914e/ghc
>---------------------------------------------------------------
commit 514a6310281c1f810508115a41c25c02305f914e
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:15:58 2014 -0500
rts: detabify/dewhitespace Timer.c
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
514a6310281c1f810508115a41c25c02305f914e
rts/Timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/Timer.c b/rts/Timer.c
index c2c4caa..2a229a4 100644
--- a/rts/Timer.c
+++ b/rts/Timer.c
@@ -45,7 +45,7 @@ handle_tick(int unused STG_UNUSED)
if (RtsFlags.ConcFlags.ctxtSwitchTicks > 0) {
ticks_to_ctxt_switch--;
if (ticks_to_ctxt_switch <= 0) {
- ticks_to_ctxt_switch = RtsFlags.ConcFlags.ctxtSwitchTicks;
+ ticks_to_ctxt_switch = RtsFlags.ConcFlags.ctxtSwitchTicks;
contextSwitchAllCapabilities(); /* schedule a context switch */
}
}
More information about the ghc-commits
mailing list