From b33fc2df02336e94b19c1612401b0dc67480b185 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Tue, 28 Oct 2014 19:55:30 +0100
Subject: [PATCH] STYLE

---
 .../CartographicDBValidation/otbVectorDataDSValidation.cxx      | 1 -
 Applications/FeatureExtraction/otbDimensionalityReduction.cxx   | 1 -
 Code/BasicFilters/otbFastICAImageFilter.txx                     | 1 -
 Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h         | 1 -
 Code/BasicFilters/otbMaskMuParserFunctor.h                      | 1 -
 Code/BasicFilters/otbOBIAMuParserFunctor.h                      | 1 -
 Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx      | 1 -
 Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx          | 1 -
 Code/Learning/otbMachineLearningModelFactory.txx                | 2 +-
 Code/Learning/otbSVMModel.txx                                   | 2 +-
 Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h    | 1 -
 Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx     | 1 -
 Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h       | 1 -
 Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx    | 1 -
 14 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx
index 60c6f01e0c..4c29d7d5b5 100644
--- a/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx
+++ b/Applications/CartographicDBValidation/otbVectorDataDSValidation.cxx
@@ -22,7 +22,6 @@
 #include "otbWrapperStringListParameter.h"
 
 
-
 namespace otb
 {
 namespace Wrapper
diff --git a/Applications/FeatureExtraction/otbDimensionalityReduction.cxx b/Applications/FeatureExtraction/otbDimensionalityReduction.cxx
index e9202bf238..5b5db74cbd 100644
--- a/Applications/FeatureExtraction/otbDimensionalityReduction.cxx
+++ b/Applications/FeatureExtraction/otbDimensionalityReduction.cxx
@@ -19,7 +19,6 @@
 #include "otbWrapperApplicationFactory.h"
 
 
-
 #include "otbMaximumAutocorrelationFactorImageFilter.h"
 #include "otbNAPCAImageFilter.h"
 #include "otbLocalActivityVectorImageFilter.h"
diff --git a/Code/BasicFilters/otbFastICAImageFilter.txx b/Code/BasicFilters/otbFastICAImageFilter.txx
index 6fea781938..2a42c3c428 100644
--- a/Code/BasicFilters/otbFastICAImageFilter.txx
+++ b/Code/BasicFilters/otbFastICAImageFilter.txx
@@ -21,7 +21,6 @@
 #include "otbFastICAImageFilter.h"
 
 
-
 #include "itkNumericTraits.h"
 #include "itkProgressReporter.h"
 
diff --git a/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h b/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h
index 50b76a53c6..02def3f79d 100644
--- a/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h
+++ b/Code/BasicFilters/otbLabelObjectOpeningMuParserFilter.h
@@ -30,7 +30,6 @@
 #include "itkArray.h"
 
 
-
 #include "itkInPlaceLabelMapFilter.h"
 #include "itkLabelObjectAccessors.h"
 #include "itkProgressReporter.h"
diff --git a/Code/BasicFilters/otbMaskMuParserFunctor.h b/Code/BasicFilters/otbMaskMuParserFunctor.h
index f3a669dae9..2a26f5869b 100644
--- a/Code/BasicFilters/otbMaskMuParserFunctor.h
+++ b/Code/BasicFilters/otbMaskMuParserFunctor.h
@@ -26,7 +26,6 @@
 #include "otbMacro.h"
 
 
-
 #include "otbBinarySpectralAngleFunctor.h"
 
 #include "muParserCallback.h"
diff --git a/Code/BasicFilters/otbOBIAMuParserFunctor.h b/Code/BasicFilters/otbOBIAMuParserFunctor.h
index c3c731fc0b..10899db4c9 100644
--- a/Code/BasicFilters/otbOBIAMuParserFunctor.h
+++ b/Code/BasicFilters/otbOBIAMuParserFunctor.h
@@ -27,7 +27,6 @@
 
 
 
-
 namespace otb
 {
 /** \class OBIAMuParserFunctor
diff --git a/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx b/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
index f484b0030d..02ed198b20 100644
--- a/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
+++ b/Code/IO/otbOpticalDefaultImageMetadataInterfaceFactory.cxx
@@ -17,7 +17,6 @@
 =========================================================================*/
 
 
-
 #include "otbOpticalDefaultImageMetadataInterfaceFactory.h"
 #include "otbOpticalDefaultImageMetadataInterface.h"
 
diff --git a/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx b/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx
index 16b2fb747b..2ff12e59f5 100644
--- a/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx
+++ b/Code/IO/otbSarDefaultImageMetadataInterfaceFactory.cxx
@@ -17,7 +17,6 @@
 =========================================================================*/
 
 
-
 #include "otbSarDefaultImageMetadataInterfaceFactory.h"
 #include "otbSarDefaultImageMetadataInterface.h"
 
diff --git a/Code/Learning/otbMachineLearningModelFactory.txx b/Code/Learning/otbMachineLearningModelFactory.txx
index d358603d8c..36372b8ab3 100644
--- a/Code/Learning/otbMachineLearningModelFactory.txx
+++ b/Code/Learning/otbMachineLearningModelFactory.txx
@@ -16,7 +16,7 @@
 
 =========================================================================*/
 #include "otbMachineLearningModelFactory.h"
-#include "otbConfigure.h"   
+#include "otbConfigure.h"
 
 #ifdef OTB_USE_OPENCV
 #include "otbKNearestNeighborsMachineLearningModelFactory.h"
diff --git a/Code/Learning/otbSVMModel.txx b/Code/Learning/otbSVMModel.txx
index 93dec6a4e8..c90b1f06d8 100644
--- a/Code/Learning/otbSVMModel.txx
+++ b/Code/Learning/otbSVMModel.txx
@@ -20,7 +20,7 @@
 #include "otbSVMModel.h"
 #include "otbMacro.h"
 
-#include <algorithm> 
+#include <algorithm>
 
 namespace otb
 {
diff --git a/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h b/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h
index 1fa87ce13d..57c29595a6 100644
--- a/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h
+++ b/Code/Simulation/otbReduceSpectralResponseClassifierRAndNIR.h
@@ -19,7 +19,6 @@
 #define __otbReduceSpectralResponseClassifierRAndNIR_h
 
 
-
 #include "otbReduceSpectralResponse.h"
 #include "otbVegetationIndicesFunctor.h"
 
diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
index b13211e55a..f0134cf88a 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
@@ -40,7 +40,6 @@
 #include "otbWrapperStringListParameter.h"
 
 
-
 #include "otbWrapperApplicationRegistry.h"
 #include "otbWrapperTypes.h"
 #include <itksys/RegularExpression.hxx>
diff --git a/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h b/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h
index e3d1b3319b..39a910893b 100644
--- a/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h
+++ b/Code/Wrappers/QtWidget/otbWrapperQtWidgetProgressReport.h
@@ -24,7 +24,6 @@
 #include "itkProcessObject.h"
 
 
-
 namespace otb
 {
 namespace Wrapper
diff --git a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
index d80acf83be..bd2df95417 100644
--- a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
+++ b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx
@@ -38,7 +38,6 @@
 #include "otbFillGapsFilter.h"
 #include "otbDrawLineSpatialObjectListFilter.h"
 #include "itkRescaleIntensityImageFilter.h"
-
 // Software Guide : EndCodeSnippet
 
 #include "otbImage.h"
-- 
GitLab