mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Replaced tabs with spaces
This commit is contained in:
parent
1644bafe29
commit
5f2dd503ff
@ -18,7 +18,7 @@ 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{
|
||||
template<typename T> struct MakePointer {
|
||||
typedef T* Type;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user