Skip to content
Snippets Groups Projects
Commit ebff5b02 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

STYLE: add missing space

parent eeb69f56
No related branches found
No related tags found
No related merge requests found
......@@ -582,7 +582,7 @@ void CommandLineLauncher::DisplayHelp()
for(unsigned int i=0; i<m_MaxKeySize-std::string("progress").size(); i++)
bigKey.append(" ");
std::cerr << " -"<<bigKey<<" <boolean> (Report progress) " << std::endl;
std::cerr << " -"<<bigKey<<" <boolean> (Report progress) " << std::endl;
for (unsigned int i = 0; i < nbOfParam; i++)
{
......
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