Skip to content

v0.2.54..v0.2.55 changeset SchemaTranslatedTagCountVisitor.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.cpp b/hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.cpp
index df953bd..d300382 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.cpp
@@ -118,8 +118,8 @@ void SchemaTranslatedTagCountVisitor::visit(const ConstElementPtr& e)
       }
     }
 
-    vector<ScriptToOgrSchemaTranslator::TranslatedFeature> f = _translator->translateToOgr(t,
-      e->getElementType(), g->getGeometryTypeId());
+    vector<ScriptToOgrSchemaTranslator::TranslatedFeature> f =
+      _translator->translateToOgr(t, e->getElementType(), g->getGeometryTypeId());
 
     // only write the feature if it wasn't filtered by the translation script.
     for (size_t i = 0; i < f.size(); i++)
Clone this wiki locally