Skip to content

v0.2.55..v0.2.56 changeset GreedyConstrainedMatches.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.cpp
index 0c4d017..32531f3 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.cpp
@@ -46,7 +46,7 @@ class MatchComparator
 {
 public:
 
-  MatchComparator(const vector<ConstMatchPtr>& matches) : _matches(matches) {}
+  MatchComparator(const vector<ConstMatchPtr>& matches) : _matches(matches) { }
 
   bool operator()(size_t i, size_t j)
   {
Clone this wiki locally