[geos-commits] [SCM] GEOS branch master updated. b2347421b7b7faa6d77ecc615ec26d3cdb5d901c

git at osgeo.org git at osgeo.org
Mon Feb 18 15:49:32 PST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  b2347421b7b7faa6d77ecc615ec26d3cdb5d901c (commit)
      from  5aae71f51ab85df4594985f1e1abedd1ce085bbc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2347421b7b7faa6d77ecc615ec26d3cdb5d901c
Author: mdavis <mtnclimb at gmail.com>
Date:   Mon Feb 18 15:49:31 2019 -0800

    Fix more spaces in InteriorPointAreaPerfTest (#67)

diff --git a/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp b/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
index 7cc0afa..c118439 100644
--- a/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
+++ b/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
@@ -50,7 +50,7 @@ public:
     test(int nPts)
     {
         Coordinate origin(ORG_X, ORG_Y);
-        std::unique_ptr<Polygon> sinePoly = 
+        std::unique_ptr<Polygon> sinePoly =
             createSineStar(origin, SIZE, nPts);
 
         /**
@@ -80,7 +80,7 @@ private:
     PrecisionModel pm;
     GeometryFactory::Ptr fact;
 
-    void 
+    void
     showHeader() {
         cout << "Interior Point Area perf test" << endl;
         cout << "# Iterations: " << N_ITER << endl;
@@ -88,7 +88,7 @@ private:
                 << ORG_X << ", " << ORG_Y
                 << ")  size: " << SIZE
                 << "  # arms: " << N_ARMS
-                << "  arm ratio: " << ARM_RATIO 
+                << "  arm ratio: " << ARM_RATIO
                 << endl;
     }
 

-----------------------------------------------------------------------

Summary of changes:
 tests/perf/algorithm/InteriorPointAreaPerfTest.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list