Kaydet (Commit) b6fc8ae0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove stray spaces from start of log messages, redux

Change-Id: I6d8e330665860d376629ff6df8897d3826d0883b
üst ebbc55f2
...@@ -757,7 +757,7 @@ FactoryImpl::~FactoryImpl() ...@@ -757,7 +757,7 @@ FactoryImpl::~FactoryImpl()
(*m_pConverter->release)( m_pConverter ); (*m_pConverter->release)( m_pConverter );
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
assert(m_receiver2adapters.empty() && " still adapters out there!?"); assert(m_receiver2adapters.empty() && "still adapters out there!?");
#endif #endif
} }
......
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