[commit: ghc] ghc-8.0: White space only (835b3ba)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 12:05:03 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/835b3ba613a4d0e6a2b281e62d269dc05c639817/ghc
>---------------------------------------------------------------
commit 835b3ba613a4d0e6a2b281e62d269dc05c639817
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jan 26 09:00:57 2016 +0000
White space only
(cherry picked from commit cf788a53df3ada686ec516c2edffeb54b632065f)
>---------------------------------------------------------------
835b3ba613a4d0e6a2b281e62d269dc05c639817
compiler/coreSyn/CoreSubst.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/coreSyn/CoreSubst.hs b/compiler/coreSyn/CoreSubst.hs
index a3ab970..8d4529a 100644
--- a/compiler/coreSyn/CoreSubst.hs
+++ b/compiler/coreSyn/CoreSubst.hs
@@ -542,8 +542,8 @@ cloneBndrs subst us vs
cloneBndr :: Subst -> Unique -> Var -> (Subst, Var)
cloneBndr subst uniq v
- | isTyVar v = cloneTyVarBndr subst v uniq
- | otherwise = clone_id subst subst (v,uniq) -- Works for coercion variables too
+ | isTyVar v = cloneTyVarBndr subst v uniq
+ | otherwise = clone_id subst subst (v,uniq) -- Works for coercion variables too
-- | Clone a mutually recursive group of 'Id's
cloneRecIdBndrs :: Subst -> UniqSupply -> [Id] -> (Subst, [Id])
More information about the ghc-commits
mailing list