Skip to content
Snippets Groups Projects
Commit 94ff248f authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent dac9c91e
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment