[commit: ghc] master: rts: delint/detab/dewhitespace win32/AwaitEvent.c (b64958b)

git at git.haskell.org git at git.haskell.org
Mon Jul 28 14:35:29 UTC 2014


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

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

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

commit b64958b4304eba7492881cc0eb9b07d15db584a4
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jul 21 19:41:44 2014 -0500

    rts: delint/detab/dewhitespace win32/AwaitEvent.c
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

b64958b4304eba7492881cc0eb9b07d15db584a4
 rts/win32/AwaitEvent.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/win32/AwaitEvent.c b/rts/win32/AwaitEvent.c
index af9c658..feae4c8 100644
--- a/rts/win32/AwaitEvent.c
+++ b/rts/win32/AwaitEvent.c
@@ -50,8 +50,8 @@ awaitEvent(rtsBool wait)
     //  - the run-queue is now non- empty
 
   } while (wait
-	   && sched_state == SCHED_RUNNING
-	   && emptyRunQueue(&MainCapability)
+           && sched_state == SCHED_RUNNING
+           && emptyRunQueue(&MainCapability)
       );
 }
 #endif



More information about the ghc-commits mailing list