[commit: ghc] master: Kill trailing whitespace in recently touched files (bd7b973)

git at git.haskell.org git at git.haskell.org
Sat Apr 19 12:47:29 UTC 2014


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

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

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

commit bd7b97328d9326fb3a425bc6d01bad8b03990ed4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Apr 19 14:39:29 2014 +0200

    Kill trailing whitespace in recently touched files
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

bd7b97328d9326fb3a425bc6d01bad8b03990ed4
 libraries/base/Data/Complex.hs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/base/Data/Complex.hs b/libraries/base/Data/Complex.hs
index b03848b..af593cd 100644
--- a/libraries/base/Data/Complex.hs
+++ b/libraries/base/Data/Complex.hs
@@ -173,4 +173,3 @@ instance  (RealFloat a) => Floating (Complex a) where
     asinh z        =  log (z + sqrt (1+z*z))
     acosh z        =  log (z + (z+1) * sqrt ((z-1)/(z+1)))
     atanh z        =  0.5 * log ((1.0+z) / (1.0-z))
-



More information about the ghc-commits mailing list