aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-10-25 20:40:58 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-10-25 20:40:58 -0700
commit5f2dd503ffe25b619c1fcdd5d9cd9f1415f809ae (patch)
treed1a429a3ce2d7539a6c0b7379c4491d3ffc18303 /unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
parent1644bafe29201bb6f38de85d5e27491d583025d9 (diff)
Replaced tabs with spaces
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h4
1 files changed, 2 insertions, 2 deletions
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<class T> struct MakePointer{
- typedef T* Type;
+template<typename T> struct MakePointer {
+ typedef T* Type;
};
template<typename PlainObjectType, int Options_ = Unaligned, template <class> class MakePointer_ = MakePointer> class TensorMap;