[commit: ghc] master: Remove trailing whitespace from HscTypes (726d08a)

git at git.haskell.org git at git.haskell.org
Thu Aug 22 23:42:00 CEST 2013


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

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

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

commit 726d08ab51de4b8d0e612b790b899427a5884c14
Author: Austin Seipp <aseipp at pobox.com>
Date:   Thu Aug 22 16:36:11 2013 -0500

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


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

726d08ab51de4b8d0e612b790b899427a5884c14
 compiler/main/HscTypes.lhs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index 07e78f3..a65437e 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -2457,4 +2457,3 @@ emptyModBreaks = ModBreaks
    , modBreaks_decls = array (0,-1) []
    }
 \end{code}
-





More information about the ghc-commits mailing list