[Git][ghc/ghc][wip/js-staging] Avoid useless space change
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Wed Oct 19 10:05:41 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
a6188a54 by Sylvain Henry at 2022-10-19T12:08:59+02:00
Avoid useless space change
- - - - -
1 changed file:
- compiler/GHC/HsToCore/Foreign/C.hs
Changes:
=====================================
compiler/GHC/HsToCore/Foreign/C.hs
=====================================
@@ -62,7 +62,7 @@ import GHC.Utils.Encoding
import Data.Maybe
import Data.List (nub)
-dsCFExport :: Id -- Either the exported Id,
+dsCFExport:: Id -- Either the exported Id,
-- or the foreign-export-dynamic constructor
-> Coercion -- Coercion between the Haskell type callable
-- from C, and its representation type
@@ -76,6 +76,7 @@ dsCFExport :: Id -- Either the exported Id,
, String -- string describing type to pass to createAdj.
, Int -- size of args to stub function
)
+
dsCFExport fn_id co ext_name cconv isDyn = do
let
ty = coercionRKind co
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a6188a54a10ec082e1732698b3bc1a341f006d95
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a6188a54a10ec082e1732698b3bc1a341f006d95
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221019/85198438/attachment.html>
More information about the ghc-commits
mailing list