aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-08-19 16:31:27 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-08-19 16:31:27 +0200
commit2b3475c853b37b1485e92ef8cf78b02fb0db6142 (patch)
treed2f24a0c787de856ceb3eede89e64c5441412c01 /include
parent846455f9585a7a44af5fb6d019fc76c5612c9d84 (diff)
downloadPROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.tar.gz
PROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.zip
Code reformatting
Diffstat (limited to 'include')
-rw-r--r--include/proj/internal/io_internal.hpp2
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_; }