From 402b96bffbd907aabb6ba3e7b6e6abfbcc63ac49 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Thu, 1 Dec 2011 19:56:23 +0100
Subject: [PATCH] STYLE

---
 Applications/Utils/otbReadImageInfo.cxx                   | 2 +-
 Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx | 3 +--
 Code/Wrappers/CommandLine/otbWrapperCommandLineParser.h   | 1 -
 Utilities/otbopenjpeg/libopenjpeg/jpwl/CMakeLists.txt     | 0
 4 files changed, 2 insertions(+), 4 deletions(-)
 mode change 100755 => 100644 Utilities/otbopenjpeg/libopenjpeg/jpwl/CMakeLists.txt

diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx
index 8d01104cfb..29b46c6f11 100644
--- a/Applications/Utils/otbReadImageInfo.cxx
+++ b/Applications/Utils/otbReadImageInfo.cxx
@@ -275,7 +275,7 @@ private:
     typedef std::vector< std::pair<std::string, std::string> > ParametersListType;
     std::vector< std::pair<std::string, std::string> > appList = GetOutputParametersSumUp();
     
-    for (ParametersListType::const_iterator it = appList.begin();it != appList.end(); ++it)
+    for (ParametersListType::const_iterator it = appList.begin(); it != appList.end(); ++it)
       {
       otbAppLogINFO( << it->first << "   " << it->second);
       }
diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx
index 905f2ffeee..d67ac65db9 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx
@@ -295,7 +295,7 @@ CommandLineParser::GetKeyList( const std::string & exp  )
 }
 
 
-bool 
+bool
 CommandLineParser::IsAValidKey( const std::string & foundKey )
 {
   bool res = false;
@@ -315,4 +315,3 @@ CommandLineParser::IsAValidKey( const std::string & foundKey )
 }
 
 
-
diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.h b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.h
index 49f20ea0c8..ea23171740 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.h
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.h
@@ -90,7 +90,6 @@ private:
   bool IsAValidKey( const std::string & foundKey );
 
 
-
 }; //end class
 
 } // end namespace Wrapper
diff --git a/Utilities/otbopenjpeg/libopenjpeg/jpwl/CMakeLists.txt b/Utilities/otbopenjpeg/libopenjpeg/jpwl/CMakeLists.txt
old mode 100755
new mode 100644
-- 
GitLab