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

STYLE

parent 5f365e55
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment