From 8c7daa2d2c973904e33ea9dd875a8e40d765e3aa Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Tue, 29 Jan 2013 19:28:46 +0100
Subject: [PATCH] DOC: remove space

---
 Applications/DisparityMap/otbBlockMatching.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Applications/DisparityMap/otbBlockMatching.cxx b/Applications/DisparityMap/otbBlockMatching.cxx
index 3317c6cb30..f260f42c94 100644
--- a/Applications/DisparityMap/otbBlockMatching.cxx
+++ b/Applications/DisparityMap/otbBlockMatching.cxx
@@ -127,7 +127,7 @@ private:
     SetName("BlockMatching");
     SetDescription("Performs block-matching to estimate pixel-wise disparities between two images");
 
-    SetDocName(" Pixel-wise Block-Matching");
+    SetDocName("Pixel-wise Block-Matching");
     SetDocLongDescription("This application allows to performs block-matching to estimate pixel-wise disparities "
       "between two images. The application allows to choose the block-matching method to use. It also allows to input"
       " masks (related to the left and right input image) of pixels for which the disparity should be investigated. "
-- 
GitLab