Commit 5920bd4f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed whitespace errors

parent caa33b22
...@@ -98,12 +98,12 @@ bool CV_UMatTest::TestUMat() ...@@ -98,12 +98,12 @@ bool CV_UMatTest::TestUMat()
a.copyTo(ua); a.copyTo(ua);
ua.copyTo(b); ua.copyTo(b);
CHECK_DIFF(a, b); CHECK_DIFF(a, b);
ura = ua(roi); ura = ua(roi);
ura.copyTo(rb); ura.copyTo(rb);
CHECK_DIFF(ra, rb); CHECK_DIFF(ra, rb);
ra += Scalar::all(1.f); ra += Scalar::all(1.f);
{ {
Mat temp = ura.getMat(ACCESS_RW); Mat temp = ura.getMat(ACCESS_RW);
......
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