From 4159db7698d3d6aa5e0f2d920be3847716b05800 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sat, 29 Jul 2017 00:55:10 +0000 Subject: [libcxx] [test] Untabify, NFC. llvm-svn: 309464 --- .../atomics.types.generic/integral.pass.cpp | 32 +++++++++++----------- .../atomics.types.operations.req/atomic_helpers.h | 16 +++++------ 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'libcxx/test/std/atomics') diff --git a/libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp b/libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp index 63cc02befb7..74b8c60a387 100644 --- a/libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp +++ b/libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp @@ -187,14 +187,14 @@ int main() #endif // _LIBCPP_HAS_NO_UNICODE_CHARS test(); - test(); - test(); - test(); - test(); - test(); - test(); - test(); - test(); + test(); + test(); + test(); + test(); + test(); + test(); + test(); + test(); test(); test(); @@ -213,12 +213,12 @@ int main() #endif // _LIBCPP_HAS_NO_UNICODE_CHARS test(); - test(); - test(); - test(); - test(); - test(); - test(); - test(); - test(); + test(); + test(); + test(); + test(); + test(); + test(); + test(); + test(); } diff --git a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h index 482b7319dab..2ba561fe2d3 100644 --- a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h +++ b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h @@ -43,14 +43,14 @@ struct TestEachIntegralType { TestFunctor()(); TestFunctor()(); #endif - TestFunctor< int8_t>()(); - TestFunctor< uint8_t>()(); - TestFunctor< int16_t>()(); - TestFunctor()(); - TestFunctor< int32_t>()(); - TestFunctor()(); - TestFunctor< int64_t>()(); - TestFunctor()(); + TestFunctor< int8_t>()(); + TestFunctor< uint8_t>()(); + TestFunctor< int16_t>()(); + TestFunctor()(); + TestFunctor< int32_t>()(); + TestFunctor()(); + TestFunctor< int64_t>()(); + TestFunctor()(); } }; -- cgit v1.2.3