diff options
author | David Terei <davidterei@gmail.com> | 2011-12-22 14:14:49 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-01-05 17:04:26 -0800 |
commit | 9ee9e518fe485107c9a21fed68a7dcc86fe08b4c (patch) | |
tree | de79888be490398593de0a33514bc92b981676db /compiler/codeGen/CgForeignCall.hs | |
parent | 74ac5be0146edd28de37ffb83e027578f0494321 (diff) | |
download | haskell-9ee9e518fe485107c9a21fed68a7dcc86fe08b4c.tar.gz |
Formatting fixes
Diffstat (limited to 'compiler/codeGen/CgForeignCall.hs')
-rw-r--r-- | compiler/codeGen/CgForeignCall.hs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/compiler/codeGen/CgForeignCall.hs b/compiler/codeGen/CgForeignCall.hs index bdc9e50c11..09636bc6b2 100644 --- a/compiler/codeGen/CgForeignCall.hs +++ b/compiler/codeGen/CgForeignCall.hs @@ -7,15 +7,15 @@ ----------------------------------------------------------------------------- module CgForeignCall ( - cgForeignCall, - emitForeignCall, - emitForeignCall', - shimForeignCallArg, - emitSaveThreadState, -- will be needed by the Cmm parser - emitLoadThreadState, -- ditto - emitCloseNursery, - emitOpenNursery, - ) where + cgForeignCall, + emitForeignCall, + emitForeignCall', + shimForeignCallArg, + emitSaveThreadState, -- will be needed by the Cmm parser + emitLoadThreadState, -- ditto + emitCloseNursery, + emitOpenNursery, + ) where import StgSyn import CgProf |