Kaydet (Commit) da4121ee authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Grandin

Fix indent in interfacecontainer.hxx

Change-Id: I85ab503b52e9d5fa20fcc20b136c92ce5cb7b6cf
Reviewed-on: https://gerrit.libreoffice.org/52078Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 1a2097e6
......@@ -91,7 +91,7 @@ OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelperVar< key , hashImp
{
::osl::MutexGuard aGuard( rMutex );
typename InterfaceMap::iterator iter = find( rKey );
typename InterfaceMap::iterator iter = find( rKey );
if( iter != m_pMap->end() )
return static_cast<OInterfaceContainerHelper*>( (*iter).second );
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment