diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 12:24:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 12:25:26 +0100 |
commit | 72b724ad8eb5ee6a8a4b2e35cf29a8d14007efd5 (patch) | |
tree | f6b793e5e0b490a8a43c001b8cf06bf68f0e7775 /sal | |
parent | 0b9ceae7da92709637c4ee65b62901b346209d16 (diff) |
Spurious spaces
Change-Id: I60bb1e303f7a26b4324cccf2858258a375b53f34
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/bootstrap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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= " <<value); + SAL_INFO("sal.rtl", "explicitly getting: name=" << name << " value=" <<value); r_rtl_bootstrap_set_list.push_back( rtl_bootstrap_NameValue( name, value ) ); } |