mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Add missing empty line.
This commit is contained in:
parent
c2624c0318
commit
04b1628e55
@ -1397,4 +1397,4 @@ innerVectors(Index outerStart, Index outerSize) const
|
|||||||
IsRowMajor ? outerStart : 0, IsRowMajor ? 0 : outerStart,
|
IsRowMajor ? outerStart : 0, IsRowMajor ? 0 : outerStart,
|
||||||
IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize);
|
IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user