diff --git a/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx b/Code/FeatureExtraction/otbStreamingLineSegmentDetector.txx index a2ce4194e1de08add633c761f8700d8fbf8407e9..aef919eefa04f72b5710f6bfbc41aad909b53796 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 11074f5579f146993d4deafcfec2e8c33af840b3..b218b247012add6311c255f28aa758683ff92d88 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 7186bfa16bac2d30c1d352da1dd79da6dafcb63a..f5f2c45976d4ce7c71736a1e7d0993e3083ea871 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);