Normalize line endings and whitespace
This commit is contained in:

committed by
Andrey Kamaev

parent
69020da607
commit
04384a71e4
@@ -57,7 +57,7 @@ ArrayTest::ArrayTest()
|
||||
min_log_array_size = 0;
|
||||
max_log_array_size = default_max_log_array_size;
|
||||
element_wise_relative_error = true;
|
||||
|
||||
|
||||
test_array.resize(MAX_ARR);
|
||||
}
|
||||
|
||||
@@ -325,9 +325,9 @@ int ArrayTest::validate_test_results( int test_case_idx )
|
||||
continue;
|
||||
}
|
||||
string idxstr = vec2str(", ", &idx[0], idx.size());
|
||||
|
||||
|
||||
ts->printf( TS::LOG, "%s in %s array %d at (%s)", msg, arr_names[i0], j, idxstr.c_str() );
|
||||
|
||||
|
||||
for( i0 = 0; i0 < (int)test_array.size(); i0++ )
|
||||
{
|
||||
size_t sizei0 = test_array[i0].size();
|
||||
@@ -352,7 +352,7 @@ int ArrayTest::validate_test_results( int test_case_idx )
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
@@ -7221,7 +7221,7 @@ void StackLowerThanAddress(const void* ptr, bool* result) {
|
||||
*result = (&dummy < ptr);
|
||||
}
|
||||
|
||||
#if GTEST_HAS_CLONE
|
||||
#if GTEST_HAS_CLONE
|
||||
static bool StackGrowsDown() {
|
||||
int dummy;
|
||||
bool result;
|
||||
|
@@ -579,7 +579,7 @@ Regression& Regression::operator() (const std::string& name, cv::InputArray arra
|
||||
#ifdef HAVE_CUDA
|
||||
static const std::string prefix = (param_run_cpu)? "CPU_" : "GPU_";
|
||||
if(suiteName == "gpu")
|
||||
nodename = prefix + nodename;
|
||||
nodename = prefix + nodename;
|
||||
#endif
|
||||
|
||||
cv::FileNode n = rootIn[nodename];
|
||||
|
Reference in New Issue
Block a user