From 50cfe8177401a4c7435dc56340bf141b76cc66fd Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Mon, 4 Jun 2012 19:57:51 +0200 Subject: [PATCH] STYLE --- Code/BasicFilters/otbMeanShiftSmoothingImageFilter.txx | 1 - .../OGRAdapters/otbGeometriesToGeometriesFilter.cxx | 4 ++-- .../OGRAdapters/otbGeometriesToGeometriesFilter.h | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Code/BasicFilters/otbMeanShiftSmoothingImageFilter.txx b/Code/BasicFilters/otbMeanShiftSmoothingImageFilter.txx index df80b9fd32..d305073046 100644 --- a/Code/BasicFilters/otbMeanShiftSmoothingImageFilter.txx +++ b/Code/BasicFilters/otbMeanShiftSmoothingImageFilter.txx @@ -248,7 +248,6 @@ MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterati m_NumberOfComponentsPerPixel = this->GetInput()->GetNumberOfComponentsPerPixel(); - // Allocate output images this->AllocateOutputs(); diff --git a/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx b/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx index 92c0d5438d..3cc663f346 100644 --- a/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx +++ b/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.cxx @@ -66,8 +66,8 @@ struct ProcessVisitor : boost::static_visitor<> { std::cout << "G2GF: Process Visitor: DS("<<source->ogr().GetName()<<") -> DS("<<source->ogr().GetName()<<") ...\n"; for (otb::ogr::DataSource::const_iterator b = source->begin(), e = source->end() - ; b != e - ; ++b + ; b != e + ; ++b ) { otb::ogr::Layer const& sourceLayer = *b; diff --git a/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.h b/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.h index e5390d6bc1..218dbc73f3 100644 --- a/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.h +++ b/Code/UtilitiesAdapters/OGRAdapters/otbGeometriesToGeometriesFilter.h @@ -105,8 +105,8 @@ struct TransformationFunctorDispatcher<TransformationFunctor, OGRGeometry> { OGRFeatureDefn & defn = out.GetLayerDefn(); for (ogr::Layer::const_iterator b = in.begin(), e = in.end() - ; b != e - ; ++b + ; b != e + ; ++b ) { ogr::Feature const feat = *b; -- GitLab