[commit: ghc] master: Fix whitespace in cmm/PprCmmDecl.hs (3284117)

Ian Lynagh igloo at earth.li
Wed Jun 20 19:05:32 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/32841172186b9c17e933a0ba2fe7ead0de73f0c3

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

commit 32841172186b9c17e933a0ba2fe7ead0de73f0c3
Author: Ian Lynagh <igloo at earth.li>
Date:   Wed Jun 20 17:33:21 2012 +0100

    Fix whitespace in cmm/PprCmmDecl.hs

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

 compiler/cmm/PprCmmDecl.hs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/compiler/cmm/PprCmmDecl.hs b/compiler/cmm/PprCmmDecl.hs
index 218e37c..fc1ae11 100644
--- a/compiler/cmm/PprCmmDecl.hs
+++ b/compiler/cmm/PprCmmDecl.hs
@@ -32,13 +32,6 @@
 -- A useful example pass over Cmm is in nativeGen/MachCodeGen.hs
 --
 
-{-# OPTIONS -fno-warn-tabs #-}
--- The above warning supression flag is a temporary kludge.
--- While working on this module you are encouraged to remove it and
--- detab the module (please do the detabbing in a separate patch). See
---     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
--- for details
-
 module PprCmmDecl
     ( writeCmms, pprCmms, pprCmmGroup, pprSection, pprStatic
     )
@@ -128,7 +121,7 @@ pprInfoTable (CmmInfoTable { cit_lbl = lbl, cit_rep = rep
   = vcat [ ptext (sLit "label:") <+> ppr lbl
          , ptext (sLit "rep:") <> ppr rep
          , case prof_info of
-	     NoProfilingInfo -> empty
+             NoProfilingInfo -> empty
              ProfilingInfo ct cd -> vcat [ ptext (sLit "type:") <+> pprWord8String ct
                                          , ptext (sLit "desc: ") <> pprWord8String cd ] ]
 





More information about the Cvs-ghc mailing list