[commit: ghc] ghc-lwc2: Tab fixes (758184a)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Mon May 6 21:41:10 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

https://github.com/ghc/ghc/commit/758184a65605e28abb41efd4b3808ad40db96248

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

commit 758184a65605e28abb41efd4b3808ad40db96248
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Mon May 6 15:40:51 2013 -0400

    Tab fixes

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

 libraries/base/LwConc/Substrate.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/LwConc/Substrate.hs b/libraries/base/LwConc/Substrate.hs
index afa5c57..bbc80bf 100644
--- a/libraries/base/LwConc/Substrate.hs
+++ b/libraries/base/LwConc/Substrate.hs
@@ -438,8 +438,8 @@ getYieldControlAction = do
 {-# INLINE yieldControlActionRts #-}
 yieldControlActionRts :: SCont -> IO () -- used by RTS
 yieldControlActionRts sc = Exception.catch (atomically $ do
-	-- mySC is the upcall thread. Set its status to Completed. We will try to
-	-- reuse this upcall thread. See prepareUpcallThread* in rts/Upcalls.c
+  -- mySC is the upcall thread. Set its status to Completed. We will try to
+  -- reuse this upcall thread. See prepareUpcallThread* in rts/Upcalls.c
   mySC <- getSCont
   setSContSwitchReason mySC Completed
   stat <- getSContStatus sc





More information about the ghc-commits mailing list