Skip to content

v0.2.52..v0.2.53 changeset ExactTagDifferencer.cpp

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/ExactTagDifferencer.cpp b/hoot-core/src/main/cpp/hoot/core/schema/ExactTagDifferencer.cpp
index 3c8cbe4..4091709 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/ExactTagDifferencer.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/schema/ExactTagDifferencer.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "ExactTagDifferencer.h"
 
@@ -39,8 +39,8 @@ namespace hoot
 
 HOOT_FACTORY_REGISTER(TagDifferencer, ExactTagDifferencer)
 
-double ExactTagDifferencer::diff(const ConstOsmMapPtr &/*map*/, const ConstElementPtr& e1,
-  const ConstElementPtr &e2) const
+double ExactTagDifferencer::diff(const ConstOsmMapPtr&/*map*/, const ConstElementPtr& e1,
+  const ConstElementPtr& e2) const
 {
   const Tags& t1 = e1->getTags();
   const Tags& t2 = e2->getTags();
Clone this wiki locally