[commit: ghc] master: Testsuite: tabs -> spaces [skip ci] (a7160fa)
git at git.haskell.org
git at git.haskell.org
Mon Jun 20 14:37:00 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a7160faafd44d64c2b20a4cc65e80136a93e1aaa/ghc
>---------------------------------------------------------------
commit a7160faafd44d64c2b20a4cc65e80136a93e1aaa
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sat Jun 18 22:44:19 2016 +0200
Testsuite: tabs -> spaces [skip ci]
>---------------------------------------------------------------
a7160faafd44d64c2b20a4cc65e80136a93e1aaa
libraries/base/tests/IO/hGetBuf001.hs | 82 ++++-----
libraries/base/tests/IO/hGetChar001.hs | 4 +-
libraries/base/tests/IO/hGetLine003.hs | 8 +-
libraries/base/tests/IO/hGetPosn001.hs | 2 +-
libraries/base/tests/IO/hSetBuffering002.hs | 4 +-
libraries/base/tests/IO/hSetBuffering002.stdout | 4 +-
libraries/base/tests/IO/ioeGetErrorString001.hs | 6 +-
libraries/base/tests/IO/ioeGetFileName001.hs | 6 +-
libraries/base/tests/IO/ioeGetHandle001.hs | 6 +-
libraries/base/tests/IO/misc001.hs | 4 +-
libraries/base/tests/IO/openFile001.hs | 4 +-
libraries/base/tests/IO/openFile004.hs | 6 +-
libraries/base/tests/IO/readwrite002.hs | 6 +-
libraries/base/tests/enum01.hs | 30 ++--
libraries/base/tests/enum04.hs | 8 +-
libraries/base/tests/hGetBuf002.hs | 14 +-
libraries/base/tests/hGetBuf002.stdout | 28 +--
libraries/base/tests/hGetBuf003.hs | 14 +-
libraries/base/tests/hGetBuf003.stdout | 28 +--
libraries/base/tests/list001.hs | 6 +-
libraries/base/tests/list002.hs | 2 +-
libraries/base/tests/memo002.hs | 8 +-
libraries/base/tests/reads001.hs | 8 +-
libraries/base/tests/stableptr001.hs | 12 +-
libraries/base/tests/text001.hs | 2 +-
libraries/base/tests/trace001.hs | 8 +-
libraries/base/tests/tup001.hs | 12 +-
testsuite/tests/array/should_run/arr013.hs | 16 +-
testsuite/tests/array/should_run/arr014.hs | 16 +-
testsuite/tests/array/should_run/arr015.hs | 10 +-
testsuite/tests/array/should_run/arr016.hs | 36 ++--
testsuite/tests/codeGen/should_compile/cg004.hs | 16 +-
testsuite/tests/codeGen/should_compile/jmp_tbl.hs | 6 +-
testsuite/tests/codeGen/should_run/T2080.hs | 2 +-
testsuite/tests/codeGen/should_run/T5900.hs | 10 +-
testsuite/tests/codeGen/should_run/cgrun002.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun003.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun006.hs | 6 +-
testsuite/tests/codeGen/should_run/cgrun007.hs | 8 +-
testsuite/tests/codeGen/should_run/cgrun008.hs | 10 +-
testsuite/tests/codeGen/should_run/cgrun011.hs | 10 +-
testsuite/tests/codeGen/should_run/cgrun012.hs | 40 ++---
testsuite/tests/codeGen/should_run/cgrun013.hs | 54 +++---
testsuite/tests/codeGen/should_run/cgrun015.hs | 14 +-
testsuite/tests/codeGen/should_run/cgrun017.hs | 2 +-
testsuite/tests/codeGen/should_run/cgrun018.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun021.hs | 6 +-
testsuite/tests/codeGen/should_run/cgrun022.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun026.hs | 190 ++++++++++-----------
testsuite/tests/codeGen/should_run/cgrun027.hs | 2 +-
testsuite/tests/codeGen/should_run/cgrun031.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun033.hs | 32 ++--
testsuite/tests/codeGen/should_run/cgrun034.hs | 162 +++++++++---------
testsuite/tests/codeGen/should_run/cgrun036.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun040.hs | 2 +-
testsuite/tests/codeGen/should_run/cgrun047.hs | 2 +-
testsuite/tests/codeGen/should_run/cgrun049.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun050.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun051.hs | 2 +-
testsuite/tests/codeGen/should_run/cgrun052.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun054.hs | 6 +-
testsuite/tests/codeGen/should_run/cgrun058.hs | 2 +-
testsuite/tests/deSugar/should_run/T246.hs | 10 +-
testsuite/tests/deSugar/should_run/dsrun001.hs | 6 +-
testsuite/tests/deSugar/should_run/dsrun002.hs | 12 +-
testsuite/tests/deSugar/should_run/dsrun003.hs | 6 +-
testsuite/tests/deSugar/should_run/dsrun004.hs | 2 +-
testsuite/tests/deSugar/should_run/dsrun005.hs | 12 +-
testsuite/tests/deSugar/should_run/dsrun006.hs | 12 +-
testsuite/tests/deSugar/should_run/dsrun010.hs | 4 +-
testsuite/tests/deSugar/should_run/dsrun014.hs | 2 +-
testsuite/tests/ghci/prog008/A.hs | 4 +-
testsuite/tests/ghci/scripts/Defer03.hs | 0
testsuite/tests/ghci/should_run/ghcirun001.hs | 6 +-
testsuite/tests/haddock/haddock_examples/Test.hs | 136 +++++++--------
.../haddock/haddock_examples/haddock.Test.stderr | 2 +-
.../haddockSimplUtilsBug.hs | 48 +++---
.../tests/indexed-types/should_compile/Col2.hs | 2 +-
.../indexed-types/should_compile/ColGivenCheck.hs | 10 +-
.../indexed-types/should_compile/ColGivenCheck2.hs | 18 +-
.../indexed-types/should_compile/ColInference.hs | 10 +-
.../indexed-types/should_compile/ColInference2.hs | 4 +-
.../indexed-types/should_compile/ColInference3.hs | 14 +-
.../indexed-types/should_compile/ColInference4.hs | 4 +-
.../indexed-types/should_compile/ColInference5.hs | 4 +-
.../tests/indexed-types/should_compile/Deriving.hs | 2 +-
.../should_compile/DerivingNewType.hs | 4 +-
.../tests/indexed-types/should_compile/Gentle.hs | 6 +-
.../indexed-types/should_compile/GivenCheck.hs | 4 +-
.../should_compile/GivenCheckDecomp.hs | 2 +-
.../indexed-types/should_compile/GivenCheckSwap.hs | 4 +-
testsuite/tests/indexed-types/should_compile/HO.hs | 10 +-
.../indexed-types/should_compile/InstEqContext.hs | 2 +-
.../indexed-types/should_compile/InstEqContext3.hs | 2 +-
.../tests/indexed-types/should_compile/Roman1.hs | 4 +-
.../tests/indexed-types/should_compile/Simple2.hs | 4 +-
.../tests/indexed-types/should_compile/T3590.hs | 2 +-
.../tests/indexed-types/should_compile/T4160.hs | 10 +-
.../tests/indexed-types/should_compile/T4178.hs | 10 +-
.../tests/indexed-types/should_fail/NoMatchErr.hs | 2 +-
.../indexed-types/should_fail/SimpleFail2b.hs | 4 +-
.../tests/indexed-types/should_run/GMapAssoc.hs | 18 +-
.../tests/indexed-types/should_run/GMapTop.hs | 18 +-
testsuite/tests/stranal/should_compile/T1988.hs | 2 +-
testsuite/tests/stranal/should_compile/newtype.hs | 4 +-
testsuite/tests/stranal/should_compile/str002.hs | 2 +-
testsuite/tests/stranal/should_run/strun002.hs | 2 +-
testsuite/tests/stranal/should_run/strun003.hs | 4 +-
108 files changed, 735 insertions(+), 735 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 a7160faafd44d64c2b20a4cc65e80136a93e1aaa
More information about the ghc-commits
mailing list