diff --git a/Applications/Utils/otbConvert.cxx b/Applications/Utils/otbConvert.cxx
index 3eee70685330d5c4e7d9116d84d5461522cab7db..7b24c0e59620250d7c140db464a1a79f7e41def6 100644
--- a/Applications/Utils/otbConvert.cxx
+++ b/Applications/Utils/otbConvert.cxx
@@ -98,7 +98,7 @@ private:
   }
 
   void DoCreateParameters()
-  { 
+  {
     AddParameter(ParameterType_InputImage,  "in",   "Input image");
     SetParameterDescription("in", "Input image");
 
diff --git a/Code/ApplicationEngine/otbWrapperApplication.cxx b/Code/ApplicationEngine/otbWrapperApplication.cxx
index 074d375f5667f0fd0b76494e3ee56cb0a19ea1a3..18797ff4fe3fb88a7029981d2198e3d85a824ffe 100644
--- a/Code/ApplicationEngine/otbWrapperApplication.cxx
+++ b/Code/ApplicationEngine/otbWrapperApplication.cxx
@@ -47,15 +47,15 @@ namespace Wrapper
 {
 
 Application::Application()
-  : m_Name(""), 
-    m_Description(""), 
-    m_Logger(itk::Logger::New()), 
-    m_ProgressSourceDescription(""), 
-    m_DocName(""), 
-    m_DocLongDescription(""), 
-    m_DocAuthors(""), 
-    m_DocLimitations(""), 
-    m_DocSeeAlso(""), 
+  : m_Name(""),
+    m_Description(""),
+    m_Logger(itk::Logger::New()),
+    m_ProgressSourceDescription(""),
+    m_DocName(""),
+    m_DocLongDescription(""),
+    m_DocAuthors(""),
+    m_DocLimitations(""),
+    m_DocSeeAlso(""),
     m_DocTags()
 {
   // Don't call Init from the constructor, since it calls a virtual method !
diff --git a/Code/ApplicationEngine/otbWrapperDocExampleStructure.h b/Code/ApplicationEngine/otbWrapperDocExampleStructure.h
index afdc3a3498b0a8734ede95e462fd6cab25b6473f..4909b52f0ed12fbe42af843027a8880599a1c5a2 100644
--- a/Code/ApplicationEngine/otbWrapperDocExampleStructure.h
+++ b/Code/ApplicationEngine/otbWrapperDocExampleStructure.h
@@ -141,7 +141,7 @@ public:
       }
     
     itk::OStringStream oss;
-    oss << "otbcli_" << m_ApplicationName << " ";   
+    oss << "otbcli_" << m_ApplicationName << " ";
 
     for (unsigned int i=0; i< m_ParameterList.size(); i++)
       {
diff --git a/Code/ApplicationEngine/otbWrapperInputImageParameter.cxx b/Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
index 00c96a9fb9141ae2999b26c7837b0165cef56705..ef898caee8f4952648cf88170601b214fbb623d7 100644
--- a/Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
+++ b/Code/ApplicationEngine/otbWrapperInputImageParameter.cxx
@@ -161,7 +161,7 @@ InputImageParameter::GetImage()
         else
           {
           itkExceptionMacro("Cannot ask a different image type");
-          }  
+          }
         }
       }
     }