aboutsummaryrefslogtreecommitdiff
path: root/src/quadtree.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-03 18:34:50 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-03 18:34:50 +0100
commitd5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (patch)
treede0719771863f6d987d5a0ac195c6e3593decc8f /src/quadtree.hpp
parent5cf4ca197c36234a60976a236c1af69c76571460 (diff)
downloadPROJ-d5e07c53993d73cdc85c6cbe48694aa9cc3872f4.tar.gz
PROJ-d5e07c53993d73cdc85c6cbe48694aa9cc3872f4.zip
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 */