Skip to content

v0.2.54..v0.2.55 changeset MaximalSublineStringMatcher.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/MaximalSublineStringMatcher.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/MaximalSublineStringMatcher.cpp
index f65404d..2868038 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/MaximalSublineStringMatcher.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/MaximalSublineStringMatcher.cpp
@@ -116,7 +116,6 @@ vector<WayPtr> MaximalSublineStringMatcher::_changeMap(const vector<ConstWayPtr>
   {
     result.push_back(map->getWay(ways[i]->getId()));
   }
-
   return result;
 }
 
@@ -173,7 +172,7 @@ WaySublineMatchString MaximalSublineStringMatcher::findMatch(const ConstOsmMapPt
   try
   {
     WaySublineMatchString result = scoredResult.matches;
-    // this likely shouldn't be necessary. See https://github.com/ngageoint/hootenanny/issues/157.
+    // This likely shouldn't be necessary. See https://github.com/ngageoint/hootenanny/issues/157.
     result.removeEmptyMatches();
     LOG_VART(result);
     return result;
Clone this wiki locally