aboutsummaryrefslogtreecommitdiff
path: root/src/quadtree.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-04 11:39:14 +0100
committerGitHub <noreply@github.com>2021-03-04 11:39:14 +0100
commitf278b5bee641dd94245ed54f4eb75e29c3d4d993 (patch)
treeec5700b9a252f27670e821da9f821c8bed867052 /src/quadtree.hpp
parent948f39a4da835d9e770ece735d58ac488591bd76 (diff)
parent095731d53405309c38bebe31af51d141f6319f1a (diff)
downloadPROJ-f278b5bee641dd94245ed54f4eb75e29c3d4d993.tar.gz
PROJ-f278b5bee641dd94245ed54f4eb75e29c3d4d993.zip
Merge pull request #2551 from rouault/clang_format
Reformat code with clang-format-10 from ubuntu 20.04
Diffstat (limited to 'src/quadtree.hpp')
-rw-r--r--src/quadtree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quadtree.hpp b/src/quadtree.hpp
index b744c83d..6c67b30e 100644
--- a/src/quadtree.hpp
+++ b/src/quadtree.hpp
@@ -101,7 +101,7 @@ template <class Feature> class QuadTree {
public:
/** Construct a new quadtree with the global bounds of all objects to be
- * inserted */
+ * inserted */
explicit QuadTree(const RectObj &globalBounds) : root(globalBounds) {}
/** Add a new feature, with its bounds specified in featureBounds */