summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/unoexe/unoexe.cxx4
1 files changed, 2 insertions, 2 deletions
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: */