From de868f41da66a51185df15a389d9d297c7dda149 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 1 Feb 2013 14:10:20 +0200 Subject: Don't print an annoying newline every time even if otherwise silent Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3 --- cpputools/source/unoexe/unoexe.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpputools/source') diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index c5bc7bf53ca0..7f3361a1bc5f 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -671,10 +671,10 @@ SAL_IMPLEMENT_MAIN() if (xComp.is()) xComp->dispose(); +#if OSL_DEBUG_LEVEL > 1 out( "\n" ); +#endif return nRet; } - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit