summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2018-04-12 23:56:22 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2018-04-12 23:56:22 +0000
commitad9545eb305b2284daccf797a618e56613dd5921 (patch)
treeda5afb1655361d26afe7f2b353a1b4e568ff9808 /libcxx/test/std/utilities
parent9e5283f27f753a226100a0878b3be5b44f603f19 (diff)
downloadbcm5719-llvm-ad9545eb305b2284daccf797a618e56613dd5921.tar.gz
bcm5719-llvm-ad9545eb305b2284daccf797a618e56613dd5921.zip
[libcxx] [test] Fix whitespace, NFC.
test/std almost always uses spaces; now it is entirely tab-free. llvm-svn: 329978
Diffstat (limited to 'libcxx/test/std/utilities')
-rw-r--r--libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
index e06229f7e97..e220f591f48 100644
--- a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
+++ b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp
@@ -32,7 +32,7 @@ int main()
test_remove_cvref<const volatile int, int>();
test_remove_cvref<volatile int, int>();
-// Doesn't decay
+// Doesn't decay
test_remove_cvref<int[3], int[3]>();
test_remove_cvref<int const [3], int[3]>();
test_remove_cvref<int volatile [3], int[3]>();
OpenPOWER on IntegriCloud