Commit 61f5176b authored by Nghia Ho's avatar Nghia Ho

Removed trailing whitespace

parent d7bf71c2
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment