Commit a4815cf3 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

removed extra whitespaces

parent 38693ef3
...@@ -447,7 +447,7 @@ protected: ...@@ -447,7 +447,7 @@ protected:
catch(...) catch(...)
{ {
ts->set_failed_test_info(cvtest::TS::FAIL_MISMATCH); ts->set_failed_test_info(cvtest::TS::FAIL_MISMATCH);
} }
} }
}; };
...@@ -463,5 +463,3 @@ TEST(Core_InputOutput, FileStorage) ...@@ -463,5 +463,3 @@ TEST(Core_InputOutput, FileStorage)
sprintf(arr, "sprintf is hell %d", 666); sprintf(arr, "sprintf is hell %d", 666);
EXPECT_NO_THROW(f << arr); EXPECT_NO_THROW(f << arr);
} }
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