From 4dcce2a8578131c1d7bb9d505cadc169f677cc3e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 22 Feb 2021 16:36:45 +0100 Subject: Formatting fix --- include/proj/internal/io_internal.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3