War on Whitespace, master edition: file endings.

This commit is contained in:
Roman Donchenko
2013-08-27 14:23:26 +04:00
parent 9b92545ce6
commit 9ed475cf52
56 changed files with 33 additions and 66 deletions

View File

@@ -233,4 +233,4 @@ RUN_GPU(SCascadeTest, detectStream)
NO_CPU(SCascadeTest, detectStream)
#undef SC_PERF_TEST_P
#undef SC_PERF_TEST_P

View File

@@ -44,4 +44,4 @@ PERF_TEST_P(detect, SoftCascadeDetector,
extractRacts(objectBoxes, rects);
std::sort(rects.begin(), rects.end(), perf::comparators::RectLess());
SANITY_CHECK(rects);
}
}