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

---
 Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx      | 2 +-
 Code/IO/otbWorldView2ImageMetadataInterface.cxx                 | 2 +-
 ...mingConnectedComponentSegmentationOBIAToVectorDataFilter.txx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx b/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx
index a2ce4194e1..aef919eefa 100644
--- a/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx
+++ b/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx
@@ -86,7 +86,7 @@ PersistentStreamingLineSegmentDetector<TInputImage>
   // and arbitrarily set the ProjectionRef to the input image ProjectionRef
 
   typedef itk::AffineTransform<typename OutputVectorDataType::PrecisionType, 2> TransformType;
-  typedef VectorDataTransformFilter<OutputVectorDataType,OutputVectorDataType> VDTransformType;
+  typedef VectorDataTransformFilter<OutputVectorDataType, OutputVectorDataType> VDTransformType;
 
   typename TransformType::ParametersType params;
   params.SetSize(6);
diff --git a/Code/IO/otbWorldView2ImageMetadataInterface.cxx b/Code/IO/otbWorldView2ImageMetadataInterface.cxx
index 11074f5579..b218b24701 100644
--- a/Code/IO/otbWorldView2ImageMetadataInterface.cxx
+++ b/Code/IO/otbWorldView2ImageMetadataInterface.cxx
@@ -481,7 +481,7 @@ WorldView2ImageMetadataInterface
     for(unsigned int i = 0; i < bandNameList.size(); ++i)
       {
       std::string key = "support_data." + bandNameList[i] + "_band_absCalFactor";
-      std::string keywordStringCalFactor = imageKeywordlist.GetMetadataByKey(key);;
+      std::string keywordStringCalFactor = imageKeywordlist.GetMetadataByKey(key); ;
       double calFactor = atof(keywordStringCalFactor.c_str());
       outputValuesVariableLengthVector[i] = calFactor;
       }
diff --git a/Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.txx b/Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.txx
index 7186bfa16b..f5f2c45976 100644
--- a/Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.txx
+++ b/Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.txx
@@ -120,7 +120,7 @@ PersistentConnectedComponentSegmentationOBIAToVectorDataFilter<TVImage, TLabelIm
   // and arbitrarily set the ProjectionRef to the input image ProjectionRef
 
   typedef itk::AffineTransform<typename VectorDataType::PrecisionType, 2> TransformType;
-  typedef VectorDataTransformFilter<VectorDataType,VectorDataType> VDTransformType;
+  typedef VectorDataTransformFilter<VectorDataType, VectorDataType> VDTransformType;
 
   typename TransformType::ParametersType params;
   params.SetSize(6);
-- 
GitLab