Removed trailing whitespace

pull/1209/head
Nghia Ho 11 years ago
parent d7bf71c24a
commit 61f5176bad
  1. 2
      modules/imgproc/test/test_intersection.cpp

@ -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());

Loading…
Cancel
Save