From ebff5b02dcc19ef8e7cbce5ccd49c7e89d041c59 Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Mon, 5 Dec 2011 13:51:36 +0100
Subject: [PATCH] STYLE: add missing space

---
 Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
index 859ac40abf..788f32db3a 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
@@ -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++)
     {
-- 
GitLab