Skip to content

v0.2.48..v0.2.49 changeset GeometryConverter.cpp

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/util/GeometryConverter.cpp b/hoot-core/src/main/cpp/hoot/core/util/GeometryConverter.cpp
index f10ef51..572af41 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/GeometryConverter.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/util/GeometryConverter.cpp
@@ -234,7 +234,6 @@ RelationPtr GeometryConverter::convertPolygonToRelation(const Polygon* polygon,
     MetadataTags::RelationMultiPolygon()));
   convertPolygonToRelation(polygon, map, r, s, circularError);
   map->addRelation(r);
-
   return r;
 }
 
Clone this wiki locally