Normalize line endings and whitespace

This commit is contained in:
OpenCV Buildbot
2012-10-17 03:18:30 +04:00
committed by Andrey Kamaev
parent 69020da607
commit 04384a71e4
1516 changed files with 258846 additions and 258162 deletions

View File

@@ -59,7 +59,7 @@ TEST(Parse, ParseStringWithoutSeporator)
{
string a = "qqqwww";
string key;
string value;
string value;
EXPECT_FALSE(ParseString(a, key, value));
}
@@ -143,8 +143,8 @@ TEST(CpuID, CheckSSE2)
#ifdef __SUPPORT_MIPS
TEST(CpuID, CheckMips)
{
int cpu_id = GetCpuID();
EXPECT_TRUE(cpu_id & ARCH_MIPS);
int cpu_id = GetCpuID();
EXPECT_TRUE(cpu_id & ARCH_MIPS);
}
#endif
#else