From 76d2ced747d81fb16088726bc88af7adeab5bd83 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Sun, 21 Nov 2010 19:55:05 +0100
Subject: [PATCH] STYLE

---
 Code/IO/otbCurlHelper.cxx                                  | 2 +-
 Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx | 1 -
 Code/ObjectDetection/otbObjectDetectionClassifier.txx      | 1 -
 Code/ObjectDetection/otbStatisticsXMLFileReader.txx        | 1 -
 Code/Radiometry/otbSarParametricMapFunction.txx            | 2 +-
 5 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Code/IO/otbCurlHelper.cxx b/Code/IO/otbCurlHelper.cxx
index c6abc7a991..890244431e 100644
--- a/Code/IO/otbCurlHelper.cxx
+++ b/Code/IO/otbCurlHelper.cxx
@@ -219,7 +219,7 @@ int CurlHelper::RetrieveFileMulti(const std::vector<std::string>& listURLs,
         while (
           CURLM_CALL_MULTI_PERFORM == curl_multi_perform(multiHandle, &lStillRunning)
           )
-      ;
+     ;
         break;
       }
     }
diff --git a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx
index 9888ba6d1a..41bbccd30a 100644
--- a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx
+++ b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx
@@ -336,7 +336,6 @@ PersistentDescriptorsListSampleGenerator<TInputImage,TVectorData,TFunctionType,T
 
 
 
-
 template <class TInputImage, class TVectorData, class TListSample, class TLabelListSample, class TOutputPrecision, class TCoordRep>
 DescriptorsListSampleGenerator<TInputImage,TVectorData,TListSample,TLabelListSample,TOutputPrecision,TCoordRep>
 ::DescriptorsListSampleGenerator()
diff --git a/Code/ObjectDetection/otbObjectDetectionClassifier.txx b/Code/ObjectDetection/otbObjectDetectionClassifier.txx
index 6dda0fa53e..41d1ab5f4e 100644
--- a/Code/ObjectDetection/otbObjectDetectionClassifier.txx
+++ b/Code/ObjectDetection/otbObjectDetectionClassifier.txx
@@ -283,7 +283,6 @@ PersistentObjectDetectionClassifier<TInputImage,TOutputVectorData,TLabel,TFuncti
 
 
 
-
 template <class TInputImage, class TOutputVectorData, class TLabel, class TFunctionPrecision, class TCoordRep>
 ObjectDetectionClassifier<TInputImage,TOutputVectorData,TLabel,TFunctionPrecision,TCoordRep>
 ::ObjectDetectionClassifier()
diff --git a/Code/ObjectDetection/otbStatisticsXMLFileReader.txx b/Code/ObjectDetection/otbStatisticsXMLFileReader.txx
index f3e9a70177..c4a2161f48 100644
--- a/Code/ObjectDetection/otbStatisticsXMLFileReader.txx
+++ b/Code/ObjectDetection/otbStatisticsXMLFileReader.txx
@@ -131,7 +131,6 @@ StatisticsXMLFileReader<TMeasurementVector>
 }
 
 
-
 template < class TMeasurementVector >
 void
 StatisticsXMLFileReader<TMeasurementVector>
diff --git a/Code/Radiometry/otbSarParametricMapFunction.txx b/Code/Radiometry/otbSarParametricMapFunction.txx
index 1206a2a1c4..d8f82835eb 100644
--- a/Code/Radiometry/otbSarParametricMapFunction.txx
+++ b/Code/Radiometry/otbSarParametricMapFunction.txx
@@ -140,7 +140,7 @@ SarParametricMapFunction<TInputImage, TCoordRep>
       }
     else
       {
-      m_ProductHeight = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[0] ;
+      m_ProductHeight = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[0];
       m_ProductWidth  = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[1];
       }
 
-- 
GitLab