From a4815cf359006d33768857a2e6702c8f92c644ed Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Fri, 22 Mar 2013 15:12:55 +0400 Subject: [PATCH] removed extra whitespaces --- modules/core/test/test_io.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/core/test/test_io.cpp b/modules/core/test/test_io.cpp index 33eb78da55..bf976cf543 100644 --- a/modules/core/test/test_io.cpp +++ b/modules/core/test/test_io.cpp @@ -447,7 +447,7 @@ protected: catch(...) { ts->set_failed_test_info(cvtest::TS::FAIL_MISMATCH); - } + } } }; @@ -463,5 +463,3 @@ TEST(Core_InputOutput, FileStorage) sprintf(arr, "sprintf is hell %d", 666); EXPECT_NO_THROW(f << arr); } - -