mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Fix code format
This commit is contained in:
parent
118520f04a
commit
d9392f9e55
@ -39,10 +39,9 @@ inline Index get_runtime_reshape_size(AutoSize_t /*size*/, Index other, Index to
|
||||
return total/other;
|
||||
}
|
||||
|
||||
template <int Flags, int Order>
|
||||
struct get_compiletime_reshape_order
|
||||
{
|
||||
enum { value = Order==AutoOrder ? Flags & RowMajorBit : Order };
|
||||
template<int Flags, int Order>
|
||||
struct get_compiletime_reshape_order {
|
||||
enum { value = Order == AutoOrder ? Flags & RowMajorBit : Order };
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user