diff --git a/Code/IO/otbFormosatImageMetadataInterface.cxx b/Code/IO/otbFormosatImageMetadataInterface.cxx
index f122e8f48966bf4245e82d7656f0ab21512507ac..32cce21ff9fe8c5b42359cb38692dd7eb52735f3 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