[Libreoffice-commits] core.git: include/cppuhelper

Julien Nabet serval2412 at yahoo.fr
Thu Mar 29 16:22:39 UTC 2018


 include/cppuhelper/interfacecontainer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da4121ee730a3c4c95bfc717c76ec016e6861737
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Mar 29 15:59:27 2018 +0200

    Fix indent in interfacecontainer.hxx
    
    Change-Id: I85ab503b52e9d5fa20fcc20b136c92ce5cb7b6cf
    Reviewed-on: https://gerrit.libreoffice.org/52078
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx
index b30adbab96c3..62d7eacda5e9 100644
--- a/include/cppuhelper/interfacecontainer.hxx
+++ b/include/cppuhelper/interfacecontainer.hxx
@@ -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;


More information about the Libreoffice-commits mailing list