From 2ae813975ae8ba97e2adbce13be272e6902ca7b5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Feb 2019 13:18:51 +0200 Subject: loplugin:indentation in jvmfwk..lotuswordpro Change-Id: I1af665f4c6d34d8514dd23bb7a3eba700ce3ddbc Reviewed-on: https://gerrit.libreoffice.org/67559 Tested-by: Jenkins Reviewed-by: Noel Grandin --- jvmfwk/inc/fwkutil.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jvmfwk/inc') diff --git a/jvmfwk/inc/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx index ce46ef2cadbe..890ccb15bbcc 100644 --- a/jvmfwk/inc/fwkutil.hxx +++ b/jvmfwk/inc/fwkutil.hxx @@ -55,9 +55,9 @@ struct Bootstrap : buf.append(SAL_CONFIGFILE("/jvmfwk3")); OUString sIni = buf.makeStringAndClear(); ::rtl::Bootstrap * bootstrap = new ::rtl::Bootstrap(sIni); - SAL_INFO("jfw.level2", "Using configuration file " << sIni); - return bootstrap; - } + SAL_INFO("jfw.level2", "Using configuration file " << sIni); + return bootstrap; + } }; struct FwkMutex: public ::rtl::Static {}; -- cgit