From dcc14bee64b8450150cd80bcdf886f19d7a9ba4e Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 8 Nov 2016 14:24:46 -0800 Subject: Fixed the formatting of the code --- unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h index f731bf17e..41d0d0022 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h @@ -762,13 +762,13 @@ struct TensorEvaluator, // For full reductions #if defined(EIGEN_USE_GPU) && defined(__CUDACC__) static const bool RunningOnGPU = internal::is_same::value; - static const bool RunningOnSycl=false; + static const bool RunningOnSycl = false; #elif defined(EIGEN_USE_SYCL) static const bool RunningOnSycl = internal::is_same::type, Eigen::SyclDevice>::value; static const bool RunningOnGPU = false; #else static const bool RunningOnGPU = false; - static const bool RunningOnSycl=false; + static const bool RunningOnSycl = false; #endif typename MakePointer_::Type m_result; -- cgit v1.2.3