[commit: ghc] master: Remove trailing whitespace. (d24aa8f)

git at git.haskell.org git at git.haskell.org
Tue Jan 7 14:30:36 UTC 2014


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

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

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

commit d24aa8f3031bf2abaa50fa76407d1f964576f996
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue Jan 7 07:12:36 2014 -0600

    Remove trailing whitespace.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

d24aa8f3031bf2abaa50fa76407d1f964576f996
 compiler/llvmGen/LlvmMangler.hs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs
index 2e29cfb..7cae59c 100644
--- a/compiler/llvmGen/LlvmMangler.hs
+++ b/compiler/llvmGen/LlvmMangler.hs
@@ -167,4 +167,3 @@ readInt :: B.ByteString -> Int
 readInt str | B.all isDigit str = (read . B.unpack) str
             | otherwise = error $ "LLvmMangler Cannot read " ++ show str
                                 ++ " as it's not an Int"
-



More information about the ghc-commits mailing list