diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-08 11:50:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-08 11:50:03 +0200 |
| commit | 574abdd7821db0ac963dcf9da6bd98a6d6ef31e0 (patch) | |
| tree | 12429c46380b38f234a330b09924ea32096b9179 /src/grids.cpp | |
| parent | 07ab2a2f13bc6776569dd1eb7679e555e33b2f70 (diff) | |
| download | PROJ-574abdd7821db0ac963dcf9da6bd98a6d6ef31e0.tar.gz PROJ-574abdd7821db0ac963dcf9da6bd98a6d6ef31e0.zip | |
Code formatting fix [skip ci]
Diffstat (limited to 'src/grids.cpp')
| -rw-r--r-- | src/grids.cpp | 3 |
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) { +} // --------------------------------------------------------------------------- |
