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

STYLE

parent 88ca95e9
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,6 @@ MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterati ...@@ -248,7 +248,6 @@ MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterati
m_NumberOfComponentsPerPixel = this->GetInput()->GetNumberOfComponentsPerPixel(); m_NumberOfComponentsPerPixel = this->GetInput()->GetNumberOfComponentsPerPixel();
// Allocate output images // Allocate output images
this->AllocateOutputs(); this->AllocateOutputs();
......
...@@ -66,8 +66,8 @@ struct ProcessVisitor : boost::static_visitor<> ...@@ -66,8 +66,8 @@ struct ProcessVisitor : boost::static_visitor<>
{ {
std::cout << "G2GF: Process Visitor: DS("<<source->ogr().GetName()<<") -> DS("<<source->ogr().GetName()<<") ...\n"; 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() for (otb::ogr::DataSource::const_iterator b = source->begin(), e = source->end()
; b != e ; b != e
; ++b ; ++b
) )
{ {
otb::ogr::Layer const& sourceLayer = *b; otb::ogr::Layer const& sourceLayer = *b;
......
...@@ -105,8 +105,8 @@ struct TransformationFunctorDispatcher<TransformationFunctor, OGRGeometry> ...@@ -105,8 +105,8 @@ struct TransformationFunctorDispatcher<TransformationFunctor, OGRGeometry>
{ {
OGRFeatureDefn & defn = out.GetLayerDefn(); OGRFeatureDefn & defn = out.GetLayerDefn();
for (ogr::Layer::const_iterator b = in.begin(), e = in.end() for (ogr::Layer::const_iterator b = in.begin(), e = in.end()
; b != e ; b != e
; ++b ; ++b
) )
{ {
ogr::Feature const feat = *b; ogr::Feature const feat = *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