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

STYLE

parent 96f24ae6
Branches 1980-upgrade-gdal-proj-and-geotiff-in-superbuild
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ struct ProcessVisitor : boost::static_visitor<>
assert(source && "can't filter a nil datasource");
assert(destination && "can't filter to a nil datasource");
for (otb::ogr::DataSource::const_iterator b = source->begin(), e = source->end()
; b != e
; ++b
; b != e
; ++b
)
{
otb::ogr::Layer const& sourceLayer = *b;
......
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