[commit: ghc] master: [ci skip] compiler: Kill last remaining tabs in CallArity (3a549ba)

git at git.haskell.org git at git.haskell.org
Wed Oct 1 21:37:42 UTC 2014


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

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

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

commit 3a549ba309ecbc0328585d8d737d3b2a04d5682d
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Oct 1 16:34:11 2014 -0500

    [ci skip] compiler: Kill last remaining tabs in CallArity
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

3a549ba309ecbc0328585d8d737d3b2a04d5682d
 compiler/simplCore/CallArity.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/simplCore/CallArity.hs b/compiler/simplCore/CallArity.hs
index 9dcb616..bead230 100644
--- a/compiler/simplCore/CallArity.hs
+++ b/compiler/simplCore/CallArity.hs
@@ -24,9 +24,9 @@ import Control.Arrow ( first, second )
 
 {-
 %************************************************************************
-%*									*
+%*                                                                      *
               Call Arity Analyis
-%*									*
+%*                                                                      *
 %************************************************************************
 
 Note [Call Arity: The goal]



More information about the ghc-commits mailing list