From 01963cec9b3fbc8ec98da449180d95be224dfadd Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 18 Jul 2019 20:22:28 +0000 Subject: [NFC][pstl] Run clang-format on the sources, including the tests llvm-svn: 366492 --- .../alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp') diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp index 668f970ef0f..8c79de78244 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp @@ -61,7 +61,7 @@ struct test_one_policy Iterator data_e; test_one_policy(Iterator b, Iterator e) : data_b(b), data_e(e) {} -#if _PSTL_ICC_17_VC141_TEST_SIMD_LAMBDA_DEBUG_32_BROKEN || \ +#if _PSTL_ICC_17_VC141_TEST_SIMD_LAMBDA_DEBUG_32_BROKEN || \ _PSTL_ICC_16_VC14_TEST_SIMD_LAMBDA_DEBUG_32_BROKEN // dummy specialization by policy type, in case of broken configuration template typename std::enable_if::value, void>::type -- cgit v1.2.3