From 72b724ad8eb5ee6a8a4b2e35cf29a8d14007efd5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 4 Mar 2016 12:24:47 +0100 Subject: Spurious spaces Change-Id: I60bb1e303f7a26b4324cccf2858258a375b53f34 --- sal/rtl/bootstrap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal/rtl') diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 7b4150d06526..b56bfc16cde3 100644 --- a/sal/rtl/bootstrap.cxx +++ b/sal/rtl/bootstrap.cxx @@ -367,7 +367,7 @@ Bootstrap_Impl::Bootstrap_Impl( OUString const & rIniName ) nameValue.sValue = OStringToOUString( line.copy(nIndex+1).trim(), RTL_TEXTENCODING_UTF8 ); - SAL_INFO("sal.rtl", "pushing: name=" << nameValue.sName << " value= " << nameValue.sValue); + SAL_INFO("sal.rtl", "pushing: name=" << nameValue.sName << " value=" << nameValue.sValue); _nameValueList.push_back(nameValue); } @@ -776,7 +776,7 @@ void SAL_CALL rtl_bootstrap_set ( } } - SAL_INFO("sal.rtl", "explicitly getting: name=" << name << " value= " <