[geos-commits] [SCM] GEOS branch main updated. 605ecc1f0184f63b320fc66e153da59544db05b0
git at osgeo.org
git at osgeo.org
Mon May 26 14:16:31 PDT 2025
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, main has been updated
via 605ecc1f0184f63b320fc66e153da59544db05b0 (commit)
from b5fe6b247aaebf4401353a94a972f39e0341386a (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 605ecc1f0184f63b320fc66e153da59544db05b0
Author: Martin Davis <mtnclimb at gmail.com>
Date: Mon May 26 14:16:11 2025 -0700
Fix code formatting
diff --git a/src/operation/buffer/SubgraphDepthLocater.cpp b/src/operation/buffer/SubgraphDepthLocater.cpp
index 2941c020a..7c66c95f0 100644
--- a/src/operation/buffer/SubgraphDepthLocater.cpp
+++ b/src/operation/buffer/SubgraphDepthLocater.cpp
@@ -111,7 +111,6 @@ public:
int
compareTo(const DepthSegment& other) const
{
-
/**
* If segments are disjoint in X, X values provides ordering.
* This is the most common case.
@@ -166,7 +165,8 @@ public:
}
// assert: segments are equal
- return 0; }
+ return 0;
+ }
};
struct DepthSegmentLessThan {
-----------------------------------------------------------------------
Summary of changes:
src/operation/buffer/SubgraphDepthLocater.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list