aboutsummaryrefslogtreecommitdiff
path: root/src/grids.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-08 11:49:08 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-08 11:49:08 +0200
commitdca4be189ce91e0f73b1f18f3aaf4708b8d47e77 (patch)
tree6f29bb99415e6b1a209ad0c89c90794aa0d0d257 /src/grids.cpp
parent2eac355c7354547a7b1038fe3ebb661a1c7b302f (diff)
downloadPROJ-dca4be189ce91e0f73b1f18f3aaf4708b8d47e77.tar.gz
PROJ-dca4be189ce91e0f73b1f18f3aaf4708b8d47e77.zip
Code formatting fix [skip ci]
Diffstat (limited to 'src/grids.cpp')
-rw-r--r--src/grids.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grids.cpp b/src/grids.cpp
index 58183e9e..9dc1723e 100644
--- a/src/grids.cpp
+++ b/src/grids.cpp
@@ -98,7 +98,8 @@ bool ExtentAndRes::intersects(const ExtentAndRes &other) const {
Grid::Grid(const std::string &nameIn, int widthIn, int heightIn,
const ExtentAndRes &extentIn)
- : m_name(nameIn), m_width(widthIn), m_height(heightIn), m_extent(extentIn) {}
+ : m_name(nameIn), m_width(widthIn), m_height(heightIn), m_extent(extentIn) {
+}
// ---------------------------------------------------------------------------