summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-01-15 14:54:37 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-01-15 14:54:37 +0000
commit29054b08460889e7220d498c266ea338de246ccc (patch)
tree053db326df7ad1f63fdb6109fdc9255e6e2b2665 /compiler/codeGen
parent152e70329b359eb1451c063f84a85243cc4e4a26 (diff)
downloadhaskell-29054b08460889e7220d498c266ea338de246ccc.tar.gz
White space only
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmTicky.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmTicky.hs b/compiler/codeGen/StgCmmTicky.hs
index ffa5168a63..2bca544ac8 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...