[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-124-ga24b6b71d

git at osgeo.org git at osgeo.org
Sun Sep 25 19:27:54 PDT 2022


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  a24b6b71d5c31dfee6d67f2992cbaa289a7029e2 (commit)
      from  1dbae611ab087f5c78d94c4a8955196bf887fa9c (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 a24b6b71d5c31dfee6d67f2992cbaa289a7029e2
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Sep 25 22:27:49 2022 -0400

    Fix trailing whitespace.  Closes #5249

diff --git a/liblwgeom/lwgeom_sfcgal.c b/liblwgeom/lwgeom_sfcgal.c
index f9541a48b..b4135f249 100644
--- a/liblwgeom/lwgeom_sfcgal.c
+++ b/liblwgeom/lwgeom_sfcgal.c
@@ -46,8 +46,8 @@ lwgeom_sfcgal_full_version()
 	const char *version = sfcgal_full_version();
 #else
 	char *version = (char*)lwalloc(MAX_LENGTH_SFCGAL_FULL_VERSION);
-	snprintf(version, MAX_LENGTH_SFCGAL_FULL_VERSION, 
-		"SFCGAL=\"%s\" CGAL=\"Unknown\" Boost=\"Unknown\"", 
+	snprintf(version, MAX_LENGTH_SFCGAL_FULL_VERSION,
+		"SFCGAL=\"%s\" CGAL=\"Unknown\" Boost=\"Unknown\"",
 		sfcgal_version());
 #endif
 	return version;

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

Summary of changes:
 liblwgeom/lwgeom_sfcgal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list