From 3f279f37042458dfcfd06eceb127eed4a528c3cc Mon Sep 17 00:00:00 2001 From: Jan Stolarek Date: Tue, 20 Aug 2013 10:34:39 +0100 Subject: Trailing whitespaces, code formatting, detabify A major cleanup of trailing whitespaces and tabs in codeGen/ directory. I also adjusted code formatting in some places. --- compiler/codeGen/StgCmmCon.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/codeGen/StgCmmCon.hs') diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index 9bfa22b344..4f12948bcc 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -235,7 +235,7 @@ buildDynCon' dflags _ binder actually_bound ccs con args use_cc -- cost-centre to stick in the object | isCurrentCCS ccs = curCCS | otherwise = panic "buildDynCon: non-current CCS not implemented" - + blame_cc = use_cc -- cost-centre on which to blame the alloc (same) -- cgit v1.2.1