From 48cf4df360512b348b1615ae011e2aff2db3ea52 Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Mon, 27 Apr 2009 10:13:26 +0200
Subject: [PATCH] ENH : missing space for output baseline file

---
 Testing/Code/IO/otbDEMHandlerTest.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/IO/otbDEMHandlerTest.cxx b/Testing/Code/IO/otbDEMHandlerTest.cxx
index c2766dfb85..6954d9f89b 100644
--- a/Testing/Code/IO/otbDEMHandlerTest.cxx
+++ b/Testing/Code/IO/otbDEMHandlerTest.cxx
@@ -48,7 +48,7 @@ int otbDEMHandlerTest(int argc, char * argv[])
   std::ofstream file;
   file.open(outputfilename);
   file << "--- HEIGHT ABOVE MSL TEST ---" << std::endl;
-  file << " geoPoint: "<<geoPoint[1]<<"; "<<geoPoint[0]<< std::endl;
+  file << " geoPoint: "<<geoPoint[1]<<" ; "<<geoPoint[0]<< std::endl;
   file << " -> Height: "<<height<< std::endl;
   file.close();
 
-- 
GitLab