summaryrefslogtreecommitdiff
path: root/configmgr/source/lock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/lock.hxx')
-rw-r--r--configmgr/source/lock.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx
index e100a4648e79..195dbf5e72c4 100644
--- a/configmgr/source/lock.hxx
+++ b/configmgr/source/lock.hxx
@@ -23,10 +23,9 @@
#include <osl/mutex.hxx>
#include <memory>
-namespace configmgr {
-
-std::shared_ptr<osl::Mutex> const & lock();
-
+namespace configmgr
+{
+std::shared_ptr<osl::Mutex> const& lock();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */