From bbcf1c68d26e3dfe4a97a80d6961c647c2ea649d Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Mon, 19 Sep 2011 17:00:05 +0200
Subject: [PATCH] STYLE

---
 Code/ApplicationEngine/otbWrapperApplication.cxx | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Code/ApplicationEngine/otbWrapperApplication.cxx b/Code/ApplicationEngine/otbWrapperApplication.cxx
index 45281915cd..6163b5a988 100644
--- a/Code/ApplicationEngine/otbWrapperApplication.cxx
+++ b/Code/ApplicationEngine/otbWrapperApplication.cxx
@@ -656,8 +656,9 @@ std::string Application::GetParameterAsString(std::string paramKey)
   std::string ret;
   ParameterType type = this->GetParameterType( paramKey );
 
-  if( type == ParameterType_String || type == ParameterType_Filename || type == ParameterType_Directory ||
-      type == ParameterType_InputImage || type == ParameterType_InputComplexImage || type == ParameterType_InputVectorData
+  if( type == ParameterType_String || type == ParameterType_Filename 
+      || type == ParameterType_Directory || type == ParameterType_InputImage 
+      || type == ParameterType_InputComplexImage || type == ParameterType_InputVectorData
       || type == ParameterType_OutputImage || type == ParameterType_OutputVectorData  )
     {
       ret = this->GetParameterString( paramKey );
-- 
GitLab