[geos-commits] [SCM] geos branch svn-3.6 updated. b0690d0cb658217e53fd7a15f66a486d7910558e

git at osgeo.org git at osgeo.org
Fri Nov 24 06:30:03 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, svn-3.6 has been updated
       via  b0690d0cb658217e53fd7a15f66a486d7910558e (commit)
      from  04a19a5dac4e2756cde335c94e14614be68775b8 (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 b0690d0cb658217e53fd7a15f66a486d7910558e
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 1ff3dc9..af322ad 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 b801f58..0def1dd 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 f7844da..654b2f3 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/geom/IntersectionMatrix.cpp b/src/geom/IntersectionMatrix.cpp
index 550fb92..9136aca 100644
--- a/src/geom/IntersectionMatrix.cpp
+++ b/src/geom/IntersectionMatrix.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/geom/IntersectionMatrix.cpp              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list