From dac9c91e6f969385d518e13334df67f46aeebb5c Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Sat, 26 May 2012 19:57:12 +0200 Subject: [PATCH] STYLE --- Examples/IO/OGRWrappersExample.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/IO/OGRWrappersExample.cxx b/Examples/IO/OGRWrappersExample.cxx index c3b2e6ac91..42f98b04ff 100644 --- a/Examples/IO/OGRWrappersExample.cxx +++ b/Examples/IO/OGRWrappersExample.cxx @@ -121,8 +121,8 @@ int main(int argc, char * argv[]) // Software Guide : BeginCodeSnippet // for (auto const& inputLayer : *source) for (otb::ogr::DataSource::const_iterator lb=source->begin(), le=source->end() - ; lb != le - ; ++lb) + ; lb != le + ; ++lb) { otb::ogr::Layer const& inputLayer = *lb; // Software Guide : EndCodeSnippet @@ -185,8 +185,8 @@ int main(int argc, char * argv[]) // Software Guide : BeginCodeSnippet // for (auto const& inputFeature : inputLayer) for (otb::ogr::Layer::const_iterator fb=inputLayer.begin(), fe=inputLayer.end() - ; fb != fe - ; ++fb) + ; fb != fe + ; ++fb) { otb::ogr::Feature const& inputFeature = *fb; destGeometry.addGeometry(inputFeature.GetGeometry()); -- GitLab