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 /src/filemanager.cpp | |
| parent | 846455f9585a7a44af5fb6d019fc76c5612c9d84 (diff) | |
| download | PROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.tar.gz PROJ-2b3475c853b37b1485e92ef8cf78b02fb0db6142.zip | |
Code reformatting
Diffstat (limited to 'src/filemanager.cpp')
| -rw-r--r-- | src/filemanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/filemanager.cpp b/src/filemanager.cpp index db0aa2ee..e6a9ed95 100644 --- a/src/filemanager.cpp +++ b/src/filemanager.cpp @@ -1986,7 +1986,6 @@ void pj_set_searchpath(int count, const char **path) { const_cast<const char *const *>(path)); } - /************************************************************************/ /* proj_context_set_ca_bundle_path() */ /************************************************************************/ @@ -2012,7 +2011,7 @@ void proj_context_set_ca_bundle_path(PJ_CONTEXT *ctx, const char *path) { if (!ctx) return; try { - ctx->set_ca_bundle_path(path != nullptr ? path : ""); + ctx->set_ca_bundle_path(path != nullptr ? path : ""); } catch (const std::exception &) { } } |
