From 0ccdd17307a322fab859c9613ddd6c8996682aa5 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Mon, 28 Jul 2014 19:55:22 +0200
Subject: [PATCH] STYLE

---
 .../OssimAdapters/otbSensorModelAdapter.cxx               | 8 ++++----
 Examples/Filtering/GeometriesChangeSpatialReference.cxx   | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx b/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx
index 234b28c145..64b13ad1ec 100644
--- a/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx
+++ b/Code/UtilitiesAdapters/OssimAdapters/otbSensorModelAdapter.cxx
@@ -35,8 +35,8 @@ namespace otb
 namespace internal
 {
   /**
-   * Converts index coordinates from OTB into OSSIM. It is intended for sensor 
-   * images where the centre of the top-left pixel is expected to be : 
+   * Converts index coordinates from OTB into OSSIM. It is intended for sensor
+   * images where the centre of the top-left pixel is expected to be :
    *   [0.5,0.5] in OTB
    *   [ 0 , 0 ] in OSSIM
    */
@@ -47,8 +47,8 @@ namespace internal
   }
 
   /**
-   * Converts index coordinates from OSSIM into OTB. It is intended for sensor 
-   * images where the centre of the top-left pixel is expected to be : 
+   * Converts index coordinates from OSSIM into OTB. It is intended for sensor
+   * images where the centre of the top-left pixel is expected to be :
    *   [0.5,0.5] in OTB
    *   [ 0 , 0 ] in OSSIM
    */
diff --git a/Examples/Filtering/GeometriesChangeSpatialReference.cxx b/Examples/Filtering/GeometriesChangeSpatialReference.cxx
index d3a7e21848..41a030f565 100644
--- a/Examples/Filtering/GeometriesChangeSpatialReference.cxx
+++ b/Examples/Filtering/GeometriesChangeSpatialReference.cxx
@@ -113,7 +113,6 @@ private:
 };
 
 
-
 void
 MyReprojectionFilter::SetOutputSpatialReference(std::string const& srs)
 {
-- 
GitLab