[commit: ghc] master: De-tabify and remove trailing whitespace (0ef1cc6)
git at git.haskell.org
git at git.haskell.org
Fri Sep 26 13:42:48 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ef1cc67dc472493b7dee1a28dedbfe938536b8f/ghc
>---------------------------------------------------------------
commit 0ef1cc67dc472493b7dee1a28dedbfe938536b8f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Sep 26 12:58:41 2014 +0100
De-tabify and remove trailing whitespace
>---------------------------------------------------------------
0ef1cc67dc472493b7dee1a28dedbfe938536b8f
compiler/basicTypes/MkId.lhs | 154 ++++++-------
compiler/basicTypes/OccName.lhs | 395 ++++++++++++++++----------------
compiler/basicTypes/VarSet.lhs | 140 ++++++------
compiler/coreSyn/CoreArity.lhs | 254 ++++++++++-----------
compiler/coreSyn/CoreSyn.lhs | 398 ++++++++++++++++----------------
compiler/coreSyn/CoreUnfold.lhs | 466 +++++++++++++++++++-------------------
compiler/deSugar/DsArrows.lhs | 418 +++++++++++++++++-----------------
compiler/deSugar/DsBinds.lhs | 256 ++++++++++-----------
compiler/deSugar/DsUtils.lhs | 180 +++++++--------
compiler/deSugar/MatchCon.lhs | 104 ++++-----
compiler/iface/BuildTyCl.lhs | 258 +++++++++++----------
compiler/iface/IfaceEnv.lhs | 148 ++++++------
compiler/simplCore/FloatIn.lhs | 220 +++++++++---------
compiler/simplCore/FloatOut.lhs | 206 ++++++++---------
compiler/typecheck/FamInst.lhs | 76 +++----
compiler/typecheck/Inst.lhs | 148 ++++++------
compiler/typecheck/TcClassDcl.lhs | 184 ++++++++-------
compiler/typecheck/TcDefaults.lhs | 69 +++---
compiler/typecheck/TcErrors.lhs | 66 +++---
compiler/typecheck/TcHsType.lhs | 308 ++++++++++++-------------
compiler/typecheck/TcMType.lhs | 146 ++++++------
compiler/typecheck/TcMatches.lhs | 352 ++++++++++++++--------------
compiler/typecheck/TcRules.lhs | 89 ++++----
compiler/types/Class.lhs | 94 ++++----
compiler/types/OptCoercion.lhs | 10 +-
compiler/types/TypeRep.lhs | 178 +++++++--------
26 files changed, 2579 insertions(+), 2738 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 0ef1cc67dc472493b7dee1a28dedbfe938536b8f
More information about the ghc-commits
mailing list