[geos-commits] [SCM] geos branch master updated. 230f915b78ebc3b02eb273310d8dec1a72698dac

git at osgeo.org git at osgeo.org
Fri Nov 24 06:29:18 PST 2017


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  230f915b78ebc3b02eb273310d8dec1a72698dac (commit)
       via  c292ffd76375a8f725bb7d889e3206c29f76b6b6 (commit)
      from  b5c0141cf50bc5c9c5b9e0591ea3f4d937224a25 (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 230f915b78ebc3b02eb273310d8dec1a72698dac
Merge: b5c0141 c292ffd
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Nov 24 06:29:18 2017 -0800

    Merge branch 'ml/846' of mloskot/geos into master


commit c292ffd76375a8f725bb7d889e3206c29f76b6b6
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Fri Nov 24 13:09:54 2017 +0100

    Remove BOM mark
    
    Fixes #846

diff --git a/include/geos/index/strtree/AbstractSTRtree.h b/include/geos/index/strtree/AbstractSTRtree.h
index bb4ddb1..719ce8b 100644
--- a/include/geos/index/strtree/AbstractSTRtree.h
+++ b/include/geos/index/strtree/AbstractSTRtree.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/algorithm/CGAlgorithms.cpp b/src/algorithm/CGAlgorithms.cpp
index 5e44be8..29154ac 100644
--- a/src/algorithm/CGAlgorithms.cpp
+++ b/src/algorithm/CGAlgorithms.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/algorithm/LineIntersector.cpp b/src/algorithm/LineIntersector.cpp
index 2a4258b..e9320fb 100644
--- a/src/algorithm/LineIntersector.cpp
+++ b/src/algorithm/LineIntersector.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/algorithm/RobustDeterminant.cpp b/src/algorithm/RobustDeterminant.cpp
index fcea206..84d7966 100644
--- a/src/algorithm/RobustDeterminant.cpp
+++ b/src/algorithm/RobustDeterminant.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/geom/IntersectionMatrix.cpp b/src/geom/IntersectionMatrix.cpp
index 7f87e3a..824e9ba 100644
--- a/src/geom/IntersectionMatrix.cpp
+++ b/src/geom/IntersectionMatrix.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/geom/util/GeometryEditor.cpp b/src/geom/util/GeometryEditor.cpp
index 09b8fa0..5ef1086 100644
--- a/src/geom/util/GeometryEditor.cpp
+++ b/src/geom/util/GeometryEditor.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org
diff --git a/src/geom/util/ShortCircuitedGeometryVisitor.cpp b/src/geom/util/ShortCircuitedGeometryVisitor.cpp
index 2f292e9..c1e1d20 100644
--- a/src/geom/util/ShortCircuitedGeometryVisitor.cpp
+++ b/src/geom/util/ShortCircuitedGeometryVisitor.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.osgeo.org

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

Summary of changes:
 include/geos/index/strtree/AbstractSTRtree.h    |    2 +-
 src/algorithm/CGAlgorithms.cpp                  |    2 +-
 src/algorithm/LineIntersector.cpp               |    2 +-
 src/algorithm/RobustDeterminant.cpp             |    2 +-
 src/geom/IntersectionMatrix.cpp                 |    2 +-
 src/geom/util/GeometryEditor.cpp                |    2 +-
 src/geom/util/ShortCircuitedGeometryVisitor.cpp |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list