[Libreoffice-commits] core.git: stoc/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 12 16:13:09 UTC 2016
stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b6fc8ae0e3a0580c6f23f0cec5618a0457885529
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 12 18:12:46 2016 +0200
Remove stray spaces from start of log messages, redux
Change-Id: I6d8e330665860d376629ff6df8897d3826d0883b
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx
index e40e8b7..8c57f65 100644
--- a/stoc/source/invocation_adapterfactory/iafactory.cxx
+++ b/stoc/source/invocation_adapterfactory/iafactory.cxx
@@ -757,7 +757,7 @@ FactoryImpl::~FactoryImpl()
(*m_pConverter->release)( m_pConverter );
#if OSL_DEBUG_LEVEL > 0
- assert(m_receiver2adapters.empty() && " still adapters out there!?");
+ assert(m_receiver2adapters.empty() && "still adapters out there!?");
#endif
}
More information about the Libreoffice-commits
mailing list