From be6bcd1b9fb4174a9a7fa5f2e939da38e4413247 Mon Sep 17 00:00:00 2001 From: Julian Miller Date: Wed, 17 Apr 2024 18:41:22 +0200 Subject: [PATCH] Remove unintentional formatting changes --- include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h b/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h index 7f629dd0bab..fdb397dfa57 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h @@ -61,15 +61,15 @@ using __has_known_identity = ::std::conditional_t< ::std::is_same<::std::decay_t<_BinaryOp>, __dpl_sycl::__minimum>, ::std::is_same<::std::decay_t<_BinaryOp>, __dpl_sycl::__maximum<_Tp>>, ::std::is_same<::std::decay_t<_BinaryOp>, __dpl_sycl::__maximum>>>>, -# else //_ONEDPL_LIBSYCL_VERSION >= 50200 +# else //_ONEDPL_LIBSYCL_VERSION >= 50200 typename ::std::conjunction< ::std::is_arithmetic<_Tp>, ::std::disjunction<::std::is_same<::std::decay_t<_BinaryOp>, ::std::plus<_Tp>>, ::std::is_same<::std::decay_t<_BinaryOp>, ::std::plus>, ::std::is_same<::std::decay_t<_BinaryOp>, __dpl_sycl::__plus<_Tp>>, ::std::is_same<::std::decay_t<_BinaryOp>, __dpl_sycl::__plus>>>, -# endif //_ONEDPL_LIBSYCL_VERSION >= 50200 - ::std::false_type>; // This is for the case of __can_use_known_identity<_Tp>==false +# endif //_ONEDPL_LIBSYCL_VERSION >= 50200 + ::std::false_type>; // This is for the case of __can_use_known_identity<_Tp>==false #else //_USE_GROUP_ALGOS && defined(SYCL_IMPLEMENTATION_INTEL)