From 1d1bf98a092afc4f3abdc42215863d8a904897a1 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Thu, 19 Apr 2012 11:48:06 +0200
Subject: [PATCH] STYLE: removed useless semicolon

---
 Code/Common/otbDataNode.txx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Common/otbDataNode.txx b/Code/Common/otbDataNode.txx
index 4aa9542ae4..38b08d8b58 100644
--- a/Code/Common/otbDataNode.txx
+++ b/Code/Common/otbDataNode.txx
@@ -543,7 +543,7 @@ DataNode<TPrecision, VDimension, TValuePrecision>
     {
     case FEATURE_POINT:
     {
-    OGRPoint *ogrPoint = (OGRPoint *) OGRGeometryFactory::createGeometry(wkbPoint); ;
+    OGRPoint *ogrPoint = (OGRPoint *) OGRGeometryFactory::createGeometry(wkbPoint);
     ogrPoint->setX(dataNode->GetPoint()[0]);
     ogrPoint->setY(dataNode->GetPoint()[1]);
     return ogrPoint;
-- 
GitLab