fixed whitespace errors

This commit is contained in:
Vadim Pisarevsky 2013-10-24 23:18:05 +04:00
parent caa33b2242
commit 5920bd4f2e

View File

@ -98,12 +98,12 @@ bool CV_UMatTest::TestUMat()
a.copyTo(ua);
ua.copyTo(b);
CHECK_DIFF(a, b);
ura = ua(roi);
ura.copyTo(rb);
CHECK_DIFF(ra, rb);
ra += Scalar::all(1.f);
{
Mat temp = ura.getMat(ACCESS_RW);