From 6df4809f17f28992331cb399dbc93d050e36eb07 Mon Sep 17 00:00:00 2001
From: OTB Bot <otbbot@orfeo-toolbox.org>
Date: Mon, 17 Nov 2014 19:55:21 +0100
Subject: [PATCH] STYLE

---
 Applications/Utils/otbBandMath.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Applications/Utils/otbBandMath.cxx b/Applications/Utils/otbBandMath.cxx
index 738fe59af8..64f8893a1b 100644
--- a/Applications/Utils/otbBandMath.cxx
+++ b/Applications/Utils/otbBandMath.cxx
@@ -57,8 +57,8 @@ private:
 
     SetDocName("Band Math");
     SetDocLongDescription("This application performs a mathematical operation on monoband images."
-      " Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/." 
-      "For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if( ; ; )'." 
+      " Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/."
+      "For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if(; ; )'."
       "For MuParser version superior to 2.0 uses '&&' and '||' logical operators, and C++ like ternary if-then-else operator.");
 
     SetDocLimitations("None");
-- 
GitLab