[commit: ghc] ghc-lwc2: Removed tabs from tab free files (406b074)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Sun May 5 07:05:11 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
https://github.com/ghc/ghc/commit/406b074497191060687ab94c0466a2bb1254a1e6
>---------------------------------------------------------------
commit 406b074497191060687ab94c0466a2bb1254a1e6
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Sun May 5 01:04:56 2013 -0400
Removed tabs from tab free files
>---------------------------------------------------------------
libraries/base/LwConc/Substrate.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/LwConc/Substrate.hs b/libraries/base/LwConc/Substrate.hs
index a57f4c4..52ccd90 100644
--- a/libraries/base/LwConc/Substrate.hs
+++ b/libraries/base/LwConc/Substrate.hs
@@ -109,7 +109,7 @@ module LwConc.Substrate
, getNumCapabilities -- IO Int
, getCurrentCapability -- PTM Int
-, getCurrentCapabilityIO -- IO Int
+, getCurrentCapabilityIO -- IO Int
, setSContCapability -- SCont -> Int -> IO ()
, getSContCapability -- SCont -> PTM Int
More information about the ghc-commits
mailing list