[commit: ghc] master: Testsuite: tabs -> spaces [skip ci] (5b03dc6)
git at git.haskell.org
git at git.haskell.org
Mon Jun 20 14:37:10 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5b03dc69389dc387b922c589ab9a8b92079e6a96/ghc
>---------------------------------------------------------------
commit 5b03dc69389dc387b922c589ab9a8b92079e6a96
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Jun 18 22:44:19 2016 +0200
Testsuite: tabs -> spaces [skip ci]
>---------------------------------------------------------------
5b03dc69389dc387b922c589ab9a8b92079e6a96
libraries/base/tests/Memo1.lhs | 76 ++--
libraries/base/tests/Memo2.lhs | 76 ++--
testsuite/tests/concurrent/prog001/Arithmetic.hs | 220 +++++------
testsuite/tests/concurrent/prog001/Converter.hs | 88 ++---
testsuite/tests/concurrent/prog001/Mult.hs | 420 ++++++++++-----------
testsuite/tests/concurrent/prog001/Stream.hs | 84 ++---
testsuite/tests/concurrent/prog001/Thread.hs | 42 +--
testsuite/tests/concurrent/prog001/Trit.hs | 44 +--
testsuite/tests/concurrent/prog001/Utilities.hs | 6 +-
testsuite/tests/concurrent/prog002/Scheduler.hs | 4 +-
testsuite/tests/concurrent/prog002/Server.hs | 6 +-
testsuite/tests/concurrent/should_run/T5421.hs | 14 +-
testsuite/tests/concurrent/should_run/conc001.hs | 2 +-
testsuite/tests/concurrent/should_run/conc002.hs | 6 +-
testsuite/tests/concurrent/should_run/conc003.hs | 20 +-
testsuite/tests/concurrent/should_run/conc004.hs | 6 +-
testsuite/tests/concurrent/should_run/conc006.hs | 12 +-
testsuite/tests/concurrent/should_run/conc010.hs | 2 +-
testsuite/tests/concurrent/should_run/conc012.hs | 6 +-
testsuite/tests/concurrent/should_run/conc014.hs | 4 +-
testsuite/tests/concurrent/should_run/conc015.hs | 14 +-
testsuite/tests/concurrent/should_run/conc015a.hs | 16 +-
testsuite/tests/concurrent/should_run/conc016.hs | 6 +-
testsuite/tests/concurrent/should_run/conc017.hs | 30 +-
testsuite/tests/concurrent/should_run/conc017a.hs | 32 +-
testsuite/tests/concurrent/should_run/conc018.hs | 10 +-
testsuite/tests/concurrent/should_run/conc019.hs | 2 +-
testsuite/tests/concurrent/should_run/conc022.hs | 20 +-
testsuite/tests/concurrent/should_run/conc024.hs | 4 +-
testsuite/tests/concurrent/should_run/conc025.hs | 12 +-
testsuite/tests/concurrent/should_run/conc031.hs | 12 +-
testsuite/tests/concurrent/should_run/conc033.hs | 2 +-
testsuite/tests/concurrent/should_run/conc034.hs | 18 +-
testsuite/tests/concurrent/should_run/conc035.hs | 12 +-
testsuite/tests/concurrent/should_run/conc036.hs | 6 +-
testsuite/tests/concurrent/should_run/conc038.hs | 4 +-
testsuite/tests/concurrent/should_run/conc039.hs | 16 +-
testsuite/tests/concurrent/should_run/conc068.hs | 2 +-
testsuite/tests/deriving/should_compile/drv005.hs | 2 +-
testsuite/tests/deriving/should_compile/drv006.hs | 2 +-
testsuite/tests/deriving/should_compile/drv015.hs | 2 +-
testsuite/tests/deriving/should_compile/drv020.hs | 12 +-
testsuite/tests/deriving/should_fail/T4846.hs | 0
testsuite/tests/deriving/should_fail/drvfail001.hs | 4 +-
testsuite/tests/deriving/should_fail/drvfail002.hs | 2 +-
testsuite/tests/deriving/should_fail/drvfail006.hs | 4 +-
testsuite/tests/deriving/should_fail/drvfail009.hs | 8 +-
testsuite/tests/deriving/should_run/drvrun005.hs | 12 +-
testsuite/tests/deriving/should_run/drvrun006.hs | 22 +-
testsuite/tests/deriving/should_run/drvrun009.hs | 8 +-
testsuite/tests/deriving/should_run/drvrun010.hs | 2 +-
testsuite/tests/deriving/should_run/drvrun011.hs | 4 +-
testsuite/tests/deriving/should_run/drvrun013.hs | 6 +-
testsuite/tests/deriving/should_run/drvrun018.hs | 2 +-
testsuite/tests/deriving/should_run/drvrun020.hs | 20 +-
testsuite/tests/deriving/should_run/drvrun021.hs | 12 +-
testsuite/tests/th/T3920.hs | 6 +-
testsuite/tests/th/T4135.hs | 4 +-
testsuite/tests/th/T5379.hs | 2 +-
testsuite/tests/th/TH_exn1.hs | 2 +-
testsuite/tests/th/TH_genExLib.hs | 12 +-
testsuite/tests/th/TH_repPrim.hs | 8 +-
testsuite/tests/th/TH_spliceE4.hs | 2 +-
testsuite/tests/th/TH_tuple1.hs | 12 +-
64 files changed, 764 insertions(+), 764 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 5b03dc69389dc387b922c589ab9a8b92079e6a96
More information about the ghc-commits
mailing list