Skip to content

v0.2.54..v0.2.55 changeset WayMatchStringMergerTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/algorithms/WayMatchStringMergerTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/algorithms/WayMatchStringMergerTest.cpp
index 182e2ed..06d9c15 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/algorithms/WayMatchStringMergerTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/algorithms/WayMatchStringMergerTest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2013, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2013, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // hoot
@@ -124,8 +124,8 @@ public:
   {
     OsmMapPtr map = createTestMap("WayMatchStringMergerTestMergeNode.osm");
 
-    WayMatchStringMappingPtr mapping(new NaiveWayMatchStringMapping(createWayString1(map),
-      createWayString2(map)));
+    WayMatchStringMappingPtr mapping(
+      new NaiveWayMatchStringMapping(createWayString1(map), createWayString2(map)));
 
     vector<pair<ElementId, ElementId>> replaced;
     WayMatchStringMerger uut(map, mapping, replaced);
@@ -146,7 +146,7 @@ public:
     writer->write(map, _outputPath + "WayMatchStringMergerTestMergeNode.osm");
 
     HOOT_FILE_EQUALS(_inputPath + "WayMatchStringMergerTestMergeNodeExpected.osm",
-                    _outputPath + "WayMatchStringMergerTestMergeNode.osm");
+                     _outputPath + "WayMatchStringMergerTestMergeNode.osm");
   }
 
   void runMergeTagsTest()
Clone this wiki locally