Add missing empty line.

This commit is contained in:
Gael Guennebaud 2018-04-09 13:28:31 +02:00
parent c2624c0318
commit 04b1628e55

View File

@ -1397,4 +1397,4 @@ innerVectors(Index outerStart, Index outerSize) const
IsRowMajor ? outerStart : 0, IsRowMajor ? 0 : outerStart,
IsRowMajor ? outerSize : rows(), IsRowMajor ? cols() : outerSize);
}
}