diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx
index 47df9c085dd9518672c1bcc98f1011f2a7cc2950..6412dddf535e3356aa03d93d83ccf59258a1b47b 100644
--- a/Applications/Test/otbTestApplication.cxx
+++ b/Applications/Test/otbTestApplication.cxx
@@ -27,7 +27,7 @@ class TestApplication : public Application
 {
 public:
   /** Standard class typedefs. */
-  typedef TestApplication                      Self;
+  typedef TestApplication               Self;
   typedef Application                   Superclass;
   typedef itk::SmartPointer<Self>       Pointer;
   typedef itk::SmartPointer<const Self> ConstPointer;
diff --git a/Applications/Util/otbConcatenateImages.cxx b/Applications/Util/otbConcatenateImages.cxx
index b5f6c09c7cb6ca0b9c6993a9321bc2cf6c9b3636..d0c8ba937eb74de1c04a8b97330a002873b0172b 100644
--- a/Applications/Util/otbConcatenateImages.cxx
+++ b/Applications/Util/otbConcatenateImages.cxx
@@ -111,13 +111,12 @@ private:
   }
   
 
-  ListConcatenerFilterType::Pointer m_Concatener;
-  ExtractROIFilterListType::Pointer         m_ExtractorList;
-  FloatImageListType::Pointer               m_ImageList;
+  ListConcatenerFilterType::Pointer  m_Concatener;
+  ExtractROIFilterListType::Pointer  m_ExtractorList;
+  FloatImageListType::Pointer        m_ImageList;
 };
 
 }
 }
 
 OTB_APPLICATION_EXPORT(otb::Wrapper::ConcatenateImages)
-