fixed trailing whitespace

This commit is contained in:
Elena Gvozdeva 2014-01-17 18:37:57 +04:00
parent 7e2bdb590f
commit 2c0765b4d1

View File

@ -568,7 +568,7 @@ void cv::matchTemplate( InputArray _img, InputArray _templ, OutputArray _result,
CV_Assert( (_img.depth() == CV_8U || _img.depth() == CV_32F) && _img.type() == _templ.type() );
CV_Assert(_img.dims() <= 2);
bool swapNotNeed = (_img.size().height >= _templ.size().height && _img.size().width >= _templ.size().width);
if (!swapNotNeed)
{