From 714700fedbeb95ee97dd6c114e21a43b74ddb94b Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Wed, 2 May 2012 19:57:48 +0200
Subject: [PATCH] STYLE

---
 Code/BasicFilters/otbMeanShiftImageFilter2.txx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/BasicFilters/otbMeanShiftImageFilter2.txx b/Code/BasicFilters/otbMeanShiftImageFilter2.txx
index b7b093a66c..bd5ee6f9e2 100644
--- a/Code/BasicFilters/otbMeanShiftImageFilter2.txx
+++ b/Code/BasicFilters/otbMeanShiftImageFilter2.txx
@@ -519,7 +519,6 @@ MeanShiftImageFilter2<TInputImage, TOutputImage, TKernel, TNorm, TOutputMetricIm
   for (unsigned int comp = ImageDimension; comp < jointDimension; comp++) bandwidth[comp] = m_RangeBandwidth;
 
 
-
   itk::ProgressReporter progress(this, threadId, outputRegionForThread.GetNumberOfPixels());
 
   RegionType requestedRegion;
-- 
GitLab