[commit: ghc] master: rts: delint/detab/dewhitespace win32/ThrIOManager.c (9aa9d17)
git at git.haskell.org
git at git.haskell.org
Mon Jul 28 14:35:48 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9aa9d17f5aeafd565f3ca88b2bb37795c060fc80/ghc
>---------------------------------------------------------------
commit 9aa9d17f5aeafd565f3ca88b2bb37795c060fc80
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jul 21 19:56:11 2014 -0500
rts: delint/detab/dewhitespace win32/ThrIOManager.c
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9aa9d17f5aeafd565f3ca88b2bb37795c060fc80
rts/win32/ThrIOManager.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rts/win32/ThrIOManager.c b/rts/win32/ThrIOManager.c
index c497401..3f50e53 100644
--- a/rts/win32/ThrIOManager.c
+++ b/rts/win32/ThrIOManager.c
@@ -151,9 +151,9 @@ ioManagerStart (void)
// Make sure the IO manager thread is running
Capability *cap;
if (io_manager_event == INVALID_HANDLE_VALUE) {
- cap = rts_lock();
- rts_evalIO(&cap,ensureIOManagerIsRunning_closure,NULL);
- rts_unlock(cap);
+ cap = rts_lock();
+ rts_evalIO(&cap, ensureIOManagerIsRunning_closure, NULL);
+ rts_unlock(cap);
}
}
#endif
More information about the ghc-commits
mailing list