From a69c779a671614ab756e3f6b487cf02ef067eb76 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Wed, 4 Jul 2012 19:58:18 +0200
Subject: [PATCH] STYLE

---
 .../otbWrapperMapProjectionParametersHandler.cxx                | 2 +-
 Code/Common/otbGeoInformationConversion.cxx                     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx
index 2c3f4a7349..6acc6da1ad 100644
--- a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx
+++ b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx
@@ -178,7 +178,7 @@ const std::string MapProjectionParametersHandler::GetProjectionRefFromChoice(con
                                            app->GetParameterFloat( scale.str()) );
     return transMercatorProjection->GetWkt();
     }
-    break;*/
+    break; */
     case Map_WGS84:
     {
     return otb::GeoInformationConversion::ToWKT(4326);
diff --git a/Code/Common/otbGeoInformationConversion.cxx b/Code/Common/otbGeoInformationConversion.cxx
index a3f7d3ec64..77ea51484a 100644
--- a/Code/Common/otbGeoInformationConversion.cxx
+++ b/Code/Common/otbGeoInformationConversion.cxx
@@ -24,7 +24,6 @@
 #include "boost/lexical_cast.hpp"
 
 
-
 namespace otb
 {
 
-- 
GitLab