From 94ff248f32b6913f0b9ba82f7fc3dd5437054473 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Sun, 27 May 2012 19:57:45 +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 42f98b04ff..85230da71c 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