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

STYLE

parent 64646df8
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ private:
m_Envelope->SetOutputProjectionRef(GetParameterString("proj"));
}
SetParameterOutputVectorData("out",m_Envelope->GetOutput());
SetParameterOutputVectorData("out", m_Envelope->GetOutput());
}
EnvelopeFilterType::Pointer m_Envelope;
......
......@@ -139,7 +139,7 @@ InputImageParameter::GetImage()
// Pay attention, don't return m_Image because it is a ImageBase...
return reader->GetOutput();
}
}
else
{
//////////////////////// Image case:
......
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