Skip to content

v0.2.55..v0.2.56 changeset MapProjectorTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core-test/src/test/cpp/hoot/core/util/MapProjectorTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/util/MapProjectorTest.cpp
index fedbf02..d263c36 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/util/MapProjectorTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/util/MapProjectorTest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2013, 2014, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2013, 2014, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // boost
@@ -80,7 +80,9 @@ public:
 
   virtual void tearDown()
   {
-    conf().set(ConfigOptions::getTestForceOrthographicProjectionKey(), ConfigOptions::getTestForceOrthographicProjectionDefaultValue());
+    conf().set(
+      ConfigOptions::getTestForceOrthographicProjectionKey(),
+      ConfigOptions::getTestForceOrthographicProjectionDefaultValue());
   }
 
   Radians calculateAngle(Coordinate p1, Coordinate p2, Coordinate p3)
Clone this wiki locally