From 5f2dd503ffe25b619c1fcdd5d9cd9f1415f809ae Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 25 Oct 2016 20:40:58 -0700 Subject: Replaced tabs with spaces --- unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h index 83c690133..86686e54e 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h @@ -18,8 +18,8 @@ namespace Eigen { // T* m_data on the host. It is always called on the device. // Specialisation of MakePointer class for creating the sycl buffer with // map_allocator. -template struct MakePointer{ - typedef T* Type; +template struct MakePointer { + typedef T* Type; }; template class MakePointer_ = MakePointer> class TensorMap; -- cgit v1.2.3