[commit: ghc] master: rts: detabify/dewhitespace RtsMain.c (8f3611e)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:32:21 UTC 2014


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

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

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

commit 8f3611ef222caf3bc2da4c7b3a1ca6e857e0bcee
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:27:18 2014 -0500

    rts: detabify/dewhitespace RtsMain.c
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

8f3611ef222caf3bc2da4c7b3a1ca6e857e0bcee
 rts/RtsMain.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/RtsMain.c b/rts/RtsMain.c
index ea45d6f..fd5dd25 100644
--- a/rts/RtsMain.c
+++ b/rts/RtsMain.c
@@ -59,9 +59,9 @@ static void real_main(void)
 
     /* ToDo: want to start with a larger stack size */
     {
-	Capability *cap = rts_lock();
+        Capability *cap = rts_lock();
         rts_evalLazyIO(&cap,progmain_closure, NULL);
-	status = rts_getSchedStatus(cap);
+        status = rts_getSchedStatus(cap);
         rts_unlock(cap);
     }
 



More information about the ghc-commits mailing list