diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-08-19 16:31:27 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-08-19 16:31:27 +0200 |
| commit | 2b3475c853b37b1485e92ef8cf78b02fb0db6142 (patch) | |
| tree | d2f24a0c787de856ceb3eede89e64c5441412c01 /include | |
| parent | 846455f9585a7a44af5fb6d019fc76c5612c9d84 (diff) | |
| download | PROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.tar.gz PROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.zip | |
Code reformatting
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/io_internal.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp index 31dd70df..8f1c3d68 100644 --- a/include/proj/internal/io_internal.hpp +++ b/include/proj/internal/io_internal.hpp @@ -191,7 +191,7 @@ struct projCppContext { explicit projCppContext(PJ_CONTEXT *ctx, const char *dbPath = nullptr, const std::vector<std::string> &auxDbPaths = {}); - projCppContext* clone(PJ_CONTEXT *ctx) const; + projCppContext *clone(PJ_CONTEXT *ctx) const; // cppcheck-suppress functionStatic inline const std::string &getDbPath() const { return dbPath_; } |
