Removed trailing whitespace
authorNghia Ho <nghiaho12@yahoo.com>
Tue, 1 Oct 2013 11:03:54 +0000 (21:03 +1000)
committerNghia Ho <nghiaho12@yahoo.com>
Tue, 1 Oct 2013 11:03:54 +0000 (21:03 +1000)
modules/imgproc/test/test_intersection.cpp

index fa7f348..95e4562 100644 (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());