From 085ac83726250812e1a0e5a87cec07aef08aaff3 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Sat, 14 May 2011 19:55:24 +0200
Subject: [PATCH] STYLE

---
 Code/BasicFilters/otbConnectedComponentMuParserFunctor.h | 4 ++--
 Code/Common/otbParser.cxx                                | 1 -
 Code/OBIA/otbBandsStatisticsAttributesLabelMapFilter.txx | 1 -
 Code/OBIA/otbShapeAttributesLabelMapFilter.txx           | 1 -
 4 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Code/BasicFilters/otbConnectedComponentMuParserFunctor.h b/Code/BasicFilters/otbConnectedComponentMuParserFunctor.h
index 341036f277..e525772c79 100644
--- a/Code/BasicFilters/otbConnectedComponentMuParserFunctor.h
+++ b/Code/BasicFilters/otbConnectedComponentMuParserFunctor.h
@@ -200,12 +200,12 @@ public:
     m_Parser = ParserType::New();
     m_NbOfBands = 0;
   }
- ;
+;
 
   ~ConnectedComponentMuParserFunctor()
   {
   }
- ;
+;
 
 protected:
 
diff --git a/Code/Common/otbParser.cxx b/Code/Common/otbParser.cxx
index 696d440921..6b1aa520f7 100644
--- a/Code/Common/otbParser.cxx
+++ b/Code/Common/otbParser.cxx
@@ -153,7 +153,6 @@ void Parser::ExceptionHandlerDebug(ParserType::ExceptionType &e)
 }
 
 
-
 // Get the map with the variables
 const std::map<std::string, Parser::ValueType*>& Parser::GetVar() const
 {
diff --git a/Code/OBIA/otbBandsStatisticsAttributesLabelMapFilter.txx b/Code/OBIA/otbBandsStatisticsAttributesLabelMapFilter.txx
index 267f10a79e..64a34e798f 100644
--- a/Code/OBIA/otbBandsStatisticsAttributesLabelMapFilter.txx
+++ b/Code/OBIA/otbBandsStatisticsAttributesLabelMapFilter.txx
@@ -241,7 +241,6 @@ BandsStatisticsAttributesLabelMapFilter<TImage, TFeatureImage>
 }
 
 
-
 template <class TImage, class TFeatureImage>
 void
 BandsStatisticsAttributesLabelMapFilter<TImage, TFeatureImage>
diff --git a/Code/OBIA/otbShapeAttributesLabelMapFilter.txx b/Code/OBIA/otbShapeAttributesLabelMapFilter.txx
index 39fb909612..dc9ebbec33 100644
--- a/Code/OBIA/otbShapeAttributesLabelMapFilter.txx
+++ b/Code/OBIA/otbShapeAttributesLabelMapFilter.txx
@@ -112,7 +112,6 @@ ShapeAttributesLabelObjectFunctor<TLabelObject, TLabelImage>
 }
 
 
-
 /** Set the compute feret diameter flag */
 template <class TLabelObject, class TLabelImage>
 void
-- 
GitLab