Commit cdc9bc39 authored by Naer Chang's avatar Naer Chang

Revert "issue 3710"

Trying to fix whitespace issue.
This reverts commit dcc2512f.
parent dcc2512f
......@@ -1268,7 +1268,7 @@ void CascadeClassifierImpl::detectMultiScaleNoGrouping( InputArray _image, std::
scales.push_back((float)factor);
}
if ( scales.size() == 0 || !featureEvaluator->setImage(gray, scales) )
if( scales.size() == 0 || !featureEvaluator->setImage(gray, scales) )
return;
// OpenCL code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment