diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-27 00:10:52 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-27 08:51:49 +0200 |
commit | 5628195324941e29af1713ca3dd60bfcdc7a1ad8 (patch) | |
tree | 00f20683fc86f5bccdd16dc5ee666f8e6956b776 /registry | |
parent | 56824276de139cb5ed8b5f6d115724712a8ca4ef (diff) |
registry: fix indenting caused by automated namespace scripts, etc.
Change-Id: Ia14ebebafe957891f8a3f0b1bf8519e906211ef8
Reviewed-on: https://gerrit.libreoffice.org/38076
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
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; }; |