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;