From 3ad776f345bd058f202a39600c85ada7599db5d7 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Fri, 25 Nov 2011 15:39:54 +0100 Subject: [PATCH] BUG: no std::endl should be added here --- Code/ApplicationEngine/otbWrapperParameterGroup.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/ApplicationEngine/otbWrapperParameterGroup.cxx b/Code/ApplicationEngine/otbWrapperParameterGroup.cxx index b3c9c45cf5..d48f054882 100644 --- a/Code/ApplicationEngine/otbWrapperParameterGroup.cxx +++ b/Code/ApplicationEngine/otbWrapperParameterGroup.cxx @@ -449,7 +449,7 @@ ParameterGroup::GetParameterByKey(std::string name) ++it; if (it != splittedName.end()) { - childNameOss << "." << std::endl; + childNameOss << "."; } } std::string childName = childNameOss.str(); -- GitLab