removed extra whitespaces

This commit is contained in:
Vadim Pisarevsky 2013-03-22 15:12:55 +04:00
parent 38693ef37c
commit a4815cf359

View File

@ -463,5 +463,3 @@ TEST(Core_InputOutput, FileStorage)
sprintf(arr, "sprintf is hell %d", 666);
EXPECT_NO_THROW(f << arr);
}