diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index 8d01104cfb53901987788b6c51a988f15f8aa490..29b46c6f1106f80cf45ed35021847171b10fdad2 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 905f2ffeeed13611d50dac4ebde9e3fa2896bb0b..d67ac65db9a1bab9e268d849eb8205c1277daea6 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 49f20ea0c83a95340853a6e671d9c838e0dd4781..ea231717409ec7224139590e0020208ca51e94eb 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