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

STYLE

parent 4810ddd0
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ void QtLogOutput::Write(std::string const &content, double timestamp)
void QtLogOutput::PrintSelf(std::ostream &os, itk::Indent indent) const
{
Superclass::PrintSelf(os,indent);
Superclass::PrintSelf(os, indent);
}
}
......
......@@ -79,7 +79,7 @@ QtWidgetSimpleProgressReport::ProcessEvent( itk::Object * caller,
void QtWidgetSimpleProgressReport::ReportProcess()
{
m_Bar->Observe(m_CurrentProcess);
m_Label->setText(QString(m_CurrentDescription.c_str()));
m_Label->setText(QString(m_CurrentDescription.c_str()));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment