From e72cdc4c75c5dedc0bb34c8b019facc7055c26d7 Mon Sep 17 00:00:00 2001 From: Sebastien Harasse <sebastien.harasse@c-s.fr> Date: Tue, 17 Apr 2012 18:06:31 +0200 Subject: [PATCH] STYLE --- Code/IO/otbSpotImageMetadataInterface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/IO/otbSpotImageMetadataInterface.cxx b/Code/IO/otbSpotImageMetadataInterface.cxx index cdde8a29ea..5c00ea4b02 100644 --- a/Code/IO/otbSpotImageMetadataInterface.cxx +++ b/Code/IO/otbSpotImageMetadataInterface.cxx @@ -173,7 +173,7 @@ SpotImageMetadataInterface::GetDay() const std::string valueString = imageKeywordlist.GetMetadataByKey("support_data.image_date"); std::vector<std::string> outputValues; - boost::split(outputValues, valueString , boost::is_any_of(" T:-")); + boost::split(outputValues, valueString, boost::is_any_of(" T:-")); if (outputValues.size() <= 2) itkExceptionMacro(<< "Invalid Day"); -- GitLab