[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-339-ga4fc324

git at osgeo.org git at osgeo.org
Wed Jul 14 13:59:50 PDT 2021


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 "PostGIS".

The branch, main has been updated
       via  a4fc3247a71f192231088987eda2f556e9f27ee2 (commit)
      from  1099315463b7d446b65f809632673f8437bce080 (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 a4fc3247a71f192231088987eda2f556e9f27ee2
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 14 22:59:31 2021 +0200

    Use tabs, not spaces, in the new test
    
    This is what editorconfig says

diff --git a/liblwgeom/cunit/cu_ptarray.c b/liblwgeom/cunit/cu_ptarray.c
index 4ae9543..01b1f46 100644
--- a/liblwgeom/cunit/cu_ptarray.c
+++ b/liblwgeom/cunit/cu_ptarray.c
@@ -655,16 +655,16 @@ static void test_ptarray_scroll()
 
 static void test_ptarray_closest_vertex_2d()
 {
-  LWLINE *line;
-  POINTARRAY *pa;
-  double dist;
-  POINT2D qp;
-  const char *wkt;
-  int rv;
+	LWLINE *line;
+	POINTARRAY *pa;
+	double dist;
+	POINT2D qp;
+	const char *wkt;
+	int rv;
 
-  wkt = "LINESTRING (0 0 0, 1 0 0, 2 0 0, 3 0 10)";
-  line = lwgeom_as_lwline(lwgeom_from_text(wkt));
-  pa = line->points;
+	wkt = "LINESTRING (0 0 0, 1 0 0, 2 0 0, 3 0 10)";
+	line = lwgeom_as_lwline(lwgeom_from_text(wkt));
+	pa = line->points;
 
 	qp.x = qp.y = 0;
 	rv = ptarray_closest_vertex_2d(pa, &qp, &dist);

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

Summary of changes:
 liblwgeom/cunit/cu_ptarray.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list