Skip to content

v0.2.50..v0.2.51 changeset PolyClusterGeoModifierAction.cpp

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.cpp b/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.cpp
index 7362fe0..a4648c4 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.cpp
@@ -397,8 +397,8 @@ void PolyClusterGeoModifierAction::_createClusterPolygons()
     Tags tags = pElem->getTags();
     while (tagIterator.hasNext())
     {
-        tagIterator.next();
-        tags[tagIterator.key()] = tagIterator.value();
+      tagIterator.next();
+      tags[tagIterator.key()] = tagIterator.value();
     }
 
     pElem->setTags(tags);
Clone this wiki locally