From 8c8f2a528534c31708028825d327601d7bec804c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Apr 2017 11:08:35 +0200 Subject: remove unnecessary explicit linefeeds from end of SAL and OSL log calls Change-Id: I3fa363c8e76e6cfb297f4ec346e3f031c09d6fbf Reviewed-on: https://gerrit.libreoffice.org/36727 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/test/ole/cpnt/cpnt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 2eb8f55aa101..41608410959f 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -350,7 +350,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, } catch(InvalidRegistryException &) { - OSL_FAIL( "### InvalidRegistryException!\n"); + OSL_FAIL( "### InvalidRegistryException!"); } } return sal_False; -- cgit