aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-02-22 16:36:45 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-02-22 16:36:45 +0100
commit4dcce2a8578131c1d7bb9d505cadc169f677cc3e (patch)
treed6e994a8a25c3435b0303c53c90664770811c81e /include
parent6a8d39c11e72b21746d9c0d768a4f36cd2bbbbb0 (diff)
downloadPROJ-4dcce2a8578131c1d7bb9d505cadc169f677cc3e.tar.gz
PROJ-4dcce2a8578131c1d7bb9d505cadc169f677cc3e.zip
Formatting fix
Diffstat (limited to 'include')
-rw-r--r--include/proj/internal/io_internal.hpp5
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