[commit: ghc] ghc-lwc2: Removing tabs from tabfree files (8c04ef5)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Sat Apr 27 04:23:09 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
https://github.com/ghc/ghc/commit/8c04ef5e2635860bc895df5528d1905da3932e99
>---------------------------------------------------------------
commit 8c04ef5e2635860bc895df5528d1905da3932e99
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Apr 26 22:22:41 2013 -0400
Removing tabs from tabfree files
>---------------------------------------------------------------
libraries/base/GHC/IO/Handle/Internals.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/IO/Handle/Internals.hs b/libraries/base/GHC/IO/Handle/Internals.hs
index 9f86e2b..875d31e 100644
--- a/libraries/base/GHC/IO/Handle/Internals.hs
+++ b/libraries/base/GHC/IO/Handle/Internals.hs
@@ -52,7 +52,7 @@ module GHC.IO.Handle.Internals (
HandleFinalizer, handleFinalizer,
debugIO,
- debugPrint,
+ debugPrint,
) where
import GHC.IO
More information about the ghc-commits
mailing list