From 5893b180858b7b83f372a53a29c4316a2d9934e0 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Wed, 3 Apr 2013 19:57:49 +0200
Subject: [PATCH] STYLE

---
 .../OpenCV/otbNeuralNetworkMachineLearningModel.h               | 1 -
 Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Code/UtilitiesAdapters/OpenCV/otbNeuralNetworkMachineLearningModel.h b/Code/UtilitiesAdapters/OpenCV/otbNeuralNetworkMachineLearningModel.h
index 029e7b32cc..801155ed67 100644
--- a/Code/UtilitiesAdapters/OpenCV/otbNeuralNetworkMachineLearningModel.h
+++ b/Code/UtilitiesAdapters/OpenCV/otbNeuralNetworkMachineLearningModel.h
@@ -199,7 +199,6 @@ private:
   double m_Epsilon;
 
 
-
 };
 } // end namespace otb
 
diff --git a/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx b/Testing/Code/IO/otbImageFileWriterWithExtendedOptionBox.cxx
index 6883f9f740..e5c5731edb 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