From 5628195324941e29af1713ca3dd60bfcdc7a1ad8 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 27 May 2017 00:10:52 +1000 Subject: registry: fix indenting caused by automated namespace scripts, etc. Change-Id: Ia14ebebafe957891f8a3f0b1bf8519e906211ef8 Reviewed-on: https://gerrit.libreoffice.org/38076 Tested-by: Jenkins Reviewed-by: Noel Grandin --- registry/source/regimpl.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'registry') diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index 8d9ed6185d91..4e96a8818747 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -137,13 +137,13 @@ private: typedef std::unordered_map< OUString, ORegKey*, OUStringHash > KeyMap; - sal_uInt32 m_refCount; + sal_uInt32 m_refCount; osl::Mutex m_mutex; - bool m_readOnly; - bool m_isOpen; - OUString m_name; + bool m_readOnly; + bool m_isOpen; + OUString m_name; store::OStoreFile m_file; - KeyMap m_openKeyTable; + KeyMap m_openKeyTable; const OUString ROOT; }; -- cgit