From c3a99cb7b1fa93c88c730416b917a1a982172890 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Tue, 16 Apr 2013 19:57:53 +0200
Subject: [PATCH] STYLE

---
 Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx | 2 --
 Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx     | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx b/Code/ApplicationEngine/otbWrapperInputFilenameListParameter.cxx
index ff54b18165..63b27138fc 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 b766eb45e9..6177b508cc 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;
 
-- 
GitLab