mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix code format
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user