Removed trailing whitespaces

This commit is contained in:
Nghia Ho
2013-09-26 19:14:59 +10:00
parent e6a9c22b9d
commit 357e5d55f6
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ void CV_RotatedRectangleIntersectionTest::test1()
vector<Point2f> vertices;
int ret = rotatedRectangleIntersection(rect1, rect2, vertices);
int ret = rotatedRectangleIntersection(rect1, rect2, vertices);
CV_Assert(ret == INTERSECT_NONE);
CV_Assert(vertices.empty());