diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-03 18:34:50 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-03 18:34:50 +0100 |
| commit | d5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (patch) | |
| tree | de0719771863f6d987d5a0ac195c6e3593decc8f /src/quadtree.hpp | |
| parent | 5cf4ca197c36234a60976a236c1af69c76571460 (diff) | |
| download | PROJ-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.hpp | 2 |
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 */ |
