-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset MapMatchScoringUtils.cpp
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.cpp b/hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.cpp
index 106a29c..17019d8 100644
--- a/hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.cpp
@@ -37,7 +37,8 @@ MapMatchScoringUtils::MapMatchScoringUtils()
}
-QString MapMatchScoringUtils::getMatchScoringString(const std::shared_ptr<const MatchComparator>& matchComparator)
+QString MapMatchScoringUtils::getMatchScoringString(
+ const std::shared_ptr<const MatchComparator>& matchComparator)
{
QString result;
result += matchComparator->toString() + "\n";