Fixed trailing whitespace

This commit is contained in:
Elena Gvozdeva
2014-01-14 17:34:05 +04:00
parent ba5d480f80
commit 9de70c9a00
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ namespace cv
else
kernelName = "matchTemplate_CCOEFF_NORMED_C4";
ocl::Kernel k(kernelName, ocl::imgproc::match_template_oclsrc,
ocl::Kernel k(kernelName, ocl::imgproc::match_template_oclsrc,
format("-D type=%s -D elem_type=%s -D cn=%d", ocl::typeToStr(type), ocl::typeToStr(depth), cn));
if (k.empty())
return false;