summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 18:12:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 18:12:46 +0200
commitb6fc8ae0e3a0580c6f23f0cec5618a0457885529 (patch)
treec1e9635395f8d3497c455e283618b7816d9495de /stoc
parentebbc55f27052229d4a445884f83c426ee2ddc402 (diff)
Remove stray spaces from start of log messages, redux
Change-Id: I6d8e330665860d376629ff6df8897d3826d0883b
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/invocation_adapterfactory/iafactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx
index e40e8b7895cb..8c57f651ba3d 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
}