mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
fixed whitespace errors
This commit is contained in:
parent
caa33b2242
commit
5920bd4f2e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user