diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-22 16:36:45 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-02-22 16:36:45 +0100 |
| commit | 4dcce2a8578131c1d7bb9d505cadc169f677cc3e (patch) | |
| tree | d6e994a8a25c3435b0303c53c90664770811c81e /include | |
| parent | 6a8d39c11e72b21746d9c0d768a4f36cd2bbbbb0 (diff) | |
| download | PROJ-4dcce2a8578131c1d7bb9d505cadc169f677cc3e.tar.gz PROJ-4dcce2a8578131c1d7bb9d505cadc169f677cc3e.zip | |
Formatting fix
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/io_internal.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp index 3187440f..ccc3787e 100644 --- a/include/proj/internal/io_internal.hpp +++ b/include/proj/internal/io_internal.hpp @@ -201,7 +201,10 @@ struct projCppContext { return auxDbPaths_; } - void setAutoCloseDb(bool autoClose) { autoCloseDb_ = autoClose; autoCloseDbIfNeeded(); } + void setAutoCloseDb(bool autoClose) { + autoCloseDb_ = autoClose; + autoCloseDbIfNeeded(); + } inline bool getAutoCloseDb() const { return autoCloseDb_; } // cppcheck-suppress functionStatic |
