mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
removed extra whitespaces
This commit is contained in:
parent
38693ef37c
commit
a4815cf359
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user