From 23ed3fa53dad0e2583214585a25badb668dbbcb8 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Tue, 24 May 2011 19:55:24 +0200
Subject: [PATCH] STYLE

---
 Code/IO/otbFormosatImageMetadataInterface.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbFormosatImageMetadataInterface.cxx b/Code/IO/otbFormosatImageMetadataInterface.cxx
index f122e8f489..32cce21ff9 100644
--- a/Code/IO/otbFormosatImageMetadataInterface.cxx
+++ b/Code/IO/otbFormosatImageMetadataInterface.cxx
@@ -573,7 +573,7 @@ FormosatImageMetadataInterface::GetSatAzimuth() const
       if (!imageKeywordlist.HasKey("support_data.scene_orientation"))
         {
           return 0;
-        } 
+        }
       
       valueString = imageKeywordlist.GetMetadataByKey("support_data.viewing_angle_across_track");
       double viewingAngleAcrossTrack( atof(valueString.c_str()) );
@@ -608,7 +608,7 @@ FormosatImageMetadataInterface::GetSatAzimuth() const
       
     }
 
-  return satAz; 
+  return satAz;
 }
 
 FormosatImageMetadataInterface::VariableLengthVectorType
-- 
GitLab