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)
{