[commit: packages/base] master: Remove trailing whitespace from GHC.Fingerprint.* (fa240ea)

git at git.haskell.org git at git.haskell.org
Thu Aug 22 23:32:54 CEST 2013


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

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

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

commit fa240ea3d9f9482a8eed911b762c4b2bd3beb9ec
Author: Austin Seipp <aseipp at pobox.com>
Date:   Thu Aug 22 16:31:42 2013 -0500

    Remove trailing whitespace from GHC.Fingerprint.*
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


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

fa240ea3d9f9482a8eed911b762c4b2bd3beb9ec
 GHC/Fingerprint.hs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/GHC/Fingerprint.hs b/GHC/Fingerprint.hs
index 4b1d2b0..e8ab088 100644
--- a/GHC/Fingerprint.hs
+++ b/GHC/Fingerprint.hs
@@ -112,4 +112,3 @@ foreign import ccall unsafe "__hsbase_MD5Update"
    c_MD5Update :: Ptr MD5Context -> Ptr Word8 -> CInt -> IO ()
 foreign import ccall unsafe "__hsbase_MD5Final"
    c_MD5Final  :: Ptr Word8 -> Ptr MD5Context -> IO ()
-





More information about the ghc-commits mailing list