[commit: ghc] master: Trailing whitespaces (00226dd)
git at git.haskell.org
git at git.haskell.org
Wed Oct 16 14:19:45 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/00226dd9b27f6d8545e3191cf5afc5f6ff8b0458/ghc
>---------------------------------------------------------------
commit 00226dd9b27f6d8545e3191cf5afc5f6ff8b0458
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Wed Oct 16 13:23:03 2013 +0200
Trailing whitespaces
>---------------------------------------------------------------
00226dd9b27f6d8545e3191cf5afc5f6ff8b0458
compiler/main/HscMain.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs
index 39e483e..19a9d83 100644
--- a/compiler/main/HscMain.hs
+++ b/compiler/main/HscMain.hs
@@ -1658,4 +1658,3 @@ showModuleIndex (i,n) = "[" ++ padded ++ " of " ++ n_str ++ "] "
n_str = show n
i_str = show i
padded = replicate (length n_str - length i_str) ' ' ++ i_str
-
More information about the ghc-commits
mailing list