From 2c0765b4d13260a53103b2693a13d997efd15784 Mon Sep 17 00:00:00 2001 From: Elena Gvozdeva Date: Fri, 17 Jan 2014 18:37:57 +0400 Subject: [PATCH] fixed trailing whitespace --- modules/imgproc/src/templmatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/src/templmatch.cpp b/modules/imgproc/src/templmatch.cpp index aaaa83345..9953c6851 100644 --- a/modules/imgproc/src/templmatch.cpp +++ b/modules/imgproc/src/templmatch.cpp @@ -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) {