From 185765d278b557dd13a7aedc7cd03b2bac47a965 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Wed, 18 May 2011 19:55:25 +0200 Subject: [PATCH] STYLE --- Code/BasicFilters/otbSpectralAngleDataNodeFeatureFunction.h | 2 +- Code/IO/otbVectorDataKeywordlist.h | 2 +- Testing/Code/IO/otbGDALImageIOTestWriteMetadata.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/BasicFilters/otbSpectralAngleDataNodeFeatureFunction.h b/Code/BasicFilters/otbSpectralAngleDataNodeFeatureFunction.h index 2b59f15975..fd91793245 100644 --- a/Code/BasicFilters/otbSpectralAngleDataNodeFeatureFunction.h +++ b/Code/BasicFilters/otbSpectralAngleDataNodeFeatureFunction.h @@ -98,7 +98,7 @@ public: typedef Functor::BinarySpectralAngleFunctor<PixelType, ReferencePixelType, PrecisionType> SpectralAngleFunctorType; - typedef std::pair<IndexType, IndexType> IndexPairType; + typedef std::pair<IndexType, IndexType> IndexPairType; typedef std::vector<PrecisionType> OutputType; virtual OutputType Evaluate( const DataNodeType& node ) const; diff --git a/Code/IO/otbVectorDataKeywordlist.h b/Code/IO/otbVectorDataKeywordlist.h index 4121814071..5ca9f20549 100644 --- a/Code/IO/otbVectorDataKeywordlist.h +++ b/Code/IO/otbVectorDataKeywordlist.h @@ -95,7 +95,7 @@ public: * \param key The name of the field. * \param value The value of the field. */ - void SetFieldAsInt(std::string key, int value); + void SetFieldAsInt(std::string key, int value); /** * Returns the value associated with a field name. diff --git a/Testing/Code/IO/otbGDALImageIOTestWriteMetadata.cxx b/Testing/Code/IO/otbGDALImageIOTestWriteMetadata.cxx index a435c957d6..1edcee424a 100644 --- a/Testing/Code/IO/otbGDALImageIOTestWriteMetadata.cxx +++ b/Testing/Code/IO/otbGDALImageIOTestWriteMetadata.cxx @@ -213,7 +213,7 @@ int otbGDALImageIOTestWriteMetadata(int argc, char * argv[]) // Get some informations from file std::ofstream fileWriteRead; fileWriteRead.open(argv[3]); - fileWriteRead << "Projection Ref: "<< poDataset->GetProjectionRef()<< "\n" ; + fileWriteRead << "Projection Ref: "<< poDataset->GetProjectionRef()<< "\n"; double GT[6]; if (poDataset->GetGeoTransform(GT) == CE_None) { -- GitLab