[SCM] PostGIS branch master updated. 3.5.0alpha2-48-gc99603a93
git at osgeo.org
git at osgeo.org
Fri Aug 30 02:23:20 PDT 2024
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, master has been updated
via c99603a93c6d023da50a6366d267bd6288c756c3 (commit)
via cfba2e2f84b323cc9bbdedbb5cc64a4f8260c726 (commit)
from 49883c5c83de221354e0bf6327b606288048ee8f (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 c99603a93c6d023da50a6366d267bd6288c756c3
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 30 11:23:07 2024 +0200
Remove trailing blanks from file
diff --git a/liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c b/liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c
index 4d25f540f..b3bbcbcd0 100644
--- a/liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c
+++ b/liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c
@@ -35,7 +35,7 @@ static void test_lwgeom_remove_irrelevant_points_for_view(void)
wkt = lwgeom_to_ewkt(geom);
in_wkt = "POLYGON((15 30,30 0,0 0,15 30))";
ASSERT_STRING_EQUAL(wkt, in_wkt);
-
+
lwfree(wkt);
lwgeom_free(geom);
lwfree(bbox);
commit cfba2e2f84b323cc9bbdedbb5cc64a4f8260c726
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 30 11:22:43 2024 +0200
Fix 'check-no-trailing-blanks' target for out-of-tree builds
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 9964d099e..cd8db87a5 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -90,7 +90,7 @@ check-unit check-regress: all
check-regress: export POSTGIS_REGRESS_DB ?= postgis_reg-$(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION)
check-no-trailing-blanks:
- ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
+ ! find $(top_srcdir) -name '*.c' -o -name '*.h' -o -name '*.proto' | \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
grep -v lookup3 | \
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 2 +-
liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list