diff --git a/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx b/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx
index ff54b1816597d745261380045f8e82ff6ac8df20..63b27138fcdf292b059de2535f0876f50dceb21e 100644
--- a/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx
+++ b/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx
@@ -78,7 +78,6 @@ InputFilenameListParameter::SetListFromFileName(const std::vector<std::string> &
 }
 
 
-
 void
 InputFilenameListParameter::AddNullElement()
 {
@@ -188,7 +187,6 @@ InputFilenameListParameter::GetNthFileName( unsigned int i ) const
 }
 
 
-
 bool
 InputFilenameListParameter::HasValue() const
 {
diff --git a/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx b/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
index b766eb45e974a4ee72bbf4cb9c78f4ef17beb68d..6177b508cc12d6a9a555da4cf5ea3cba354299b6 100644
--- a/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
+++ b/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
@@ -67,7 +67,7 @@ int otbImageFileWriterWithExtendedOptionBox(int argc, char* argv[])
                          << starty << separator
                          << sizex << separator
                          << sizey
-     ;
+    ;
 
   std::cout << "Output image with user defined path " << outputFilenameExtended.str() << std::endl;