[libcxx] [test] Fix whitespace, NFC.
authorStephan T. Lavavej <stl@exchange.microsoft.com>
Thu, 12 Apr 2018 23:56:22 +0000 (23:56 +0000)
committerStephan T. Lavavej <stl@exchange.microsoft.com>
Thu, 12 Apr 2018 23:56:22 +0000 (23:56 +0000)
commitad9545eb305b2284daccf797a618e56613dd5921
treeda5afb1655361d26afe7f2b353a1b4e568ff9808
parent9e5283f27f753a226100a0878b3be5b44f603f19
[libcxx] [test] Fix whitespace, NFC.

test/std almost always uses spaces; now it is entirely tab-free.

llvm-svn: 329978
14 files changed:
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp
libcxx/test/std/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp
libcxx/test/std/containers/test_compare.h
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.fail.cpp
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.fail.cpp
libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.pass.cpp
libcxx/test/std/strings/string.view/types.pass.cpp
libcxx/test/std/thread/futures/futures.async/async.fail.cpp
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp