From 5920bd4f2ec7ae331d96d5996e2b4e60e44ddbfd Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 24 Oct 2013 23:18:05 +0400 Subject: [PATCH] fixed whitespace errors --- modules/core/test/test_umat.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/test/test_umat.cpp b/modules/core/test/test_umat.cpp index b2dd6f9..4c7d35f 100644 --- a/modules/core/test/test_umat.cpp +++ b/modules/core/test/test_umat.cpp @@ -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); -- 2.7.4