Commit 8722faa1 authored by Nicu Știurcă's avatar Nicu Știurcă

fix whitespace

parent 7a3ca998
...@@ -41,7 +41,7 @@ TEST(Core_OutputArrayAssign, _Matxd_Matd) ...@@ -41,7 +41,7 @@ TEST(Core_OutputArrayAssign, _Matxd_Matd)
{ {
Mat expected = (Mat_<double>(2,3) << 1, 2, 3, .1, .2, .3); Mat expected = (Mat_<double>(2,3) << 1, 2, 3, .1, .2, .3);
Matx23d actualx; Matx23d actualx;
{ {
OutputArray oa(actualx); OutputArray oa(actualx);
oa.assign(expected); oa.assign(expected);
...@@ -129,4 +129,3 @@ TEST(Core_OutputArrayAssign, _Matxf_UMatd) ...@@ -129,4 +129,3 @@ TEST(Core_OutputArrayAssign, _Matxf_UMatd)
EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON); EXPECT_LE(maxAbsDiff(expected, actual), FLT_EPSILON);
} }
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