[commit: ghc] master: White space only (29054b0)

Simon Peyton Jones simonpj at microsoft.com
Wed Jan 16 16:39:18 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/29054b08460889e7220d498c266ea338de246ccc

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

commit 29054b08460889e7220d498c266ea338de246ccc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Jan 15 14:54:37 2013 +0000

    White space only

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

 compiler/codeGen/StgCmmTicky.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/codeGen/StgCmmTicky.hs b/compiler/codeGen/StgCmmTicky.hs
index ffa5168..2bca544 100644
--- a/compiler/codeGen/StgCmmTicky.hs
+++ b/compiler/codeGen/StgCmmTicky.hs
@@ -410,6 +410,6 @@ showTypeCategory ty
 	  else if isPrimTyCon tycon {- array, we hope -}   then 'A'	-- Bogus
 	  else if isEnumerationTyCon tycon		   then 'E'
 	  else if isTupleTyCon tycon			   then 'T'
-	  else if isJust (tyConSingleDataCon_maybe tycon)       then 'S'
+	  else if isJust (tyConSingleDataCon_maybe tycon)  then 'S'
 	  else if utc == listTyConKey			   then 'L'
 	  else 'M' -- oh, well...





More information about the ghc-commits mailing list