From bebea951dc2aeb32094720deeb779841d77cd5f2 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Fri, 16 Mar 2012 19:56:01 +0100 Subject: [PATCH] STYLE --- Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.txx b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.txx index 3d215380c3..de2f319cb6 100644 --- a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.txx +++ b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.txx @@ -838,7 +838,7 @@ TOutputDisparityImage,TMaskImage,TBlockMatchingFunctor> // check if the position is a minimum (or maximum if !m_Minimize) double curMetric = metricIt.Get(); - for (unsigned int i=firstNeighbor; i<8 ; i+=stepNeighbor) + for (unsigned int i=firstNeighbor; i<8; i+=stepNeighbor) { if (m_Minimize) { -- GitLab