summaryrefslogtreecommitdiff
path: root/cppu/source/LogBridge/LogBridge.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:13:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:16:15 +0100
commita58f6d2744fde88f2034987208124e5b2505c641 (patch)
tree167d94743e2854bae544e9a09b59b0fb47b5e3ee /cppu/source/LogBridge/LogBridge.cxx
parent43635b474cdce65e64fa9ca9d27a3cee6d96d50b (diff)
loplugin:indentation in cppu..cui
Change-Id: If625e5bf38ca8e1f12686038c7c9be8d0303b6f6 Reviewed-on: https://gerrit.libreoffice.org/67536 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppu/source/LogBridge/LogBridge.cxx')
-rw-r--r--cppu/source/LogBridge/LogBridge.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppu/source/LogBridge/LogBridge.cxx b/cppu/source/LogBridge/LogBridge.cxx
index 4c83de9f0aa6..a39fbad6f0ff 100644
--- a/cppu/source/LogBridge/LogBridge.cxx
+++ b/cppu/source/LogBridge/LogBridge.cxx
@@ -205,7 +205,7 @@ static void LogProbe(
SAL_INFO("cppu.log", "{ LogBridge () " << sTemp );
if ( nParams )
{
- SAL_INFO("cppu.log", "\n| : ( LogBridge ");
+ SAL_INFO("cppu.log", "\n| : ( LogBridge ");
for(sal_Int32 i = 0;i < nParams;++i)
{
if ( i > 0 )
@@ -213,9 +213,9 @@ static void LogProbe(
traceValue(pParams[i].pTypeRef,pArgs[i]);
}
- SAL_INFO("cppu.log", ")");
+ SAL_INFO("cppu.log", ")");
} // if ( nParams )
- SAL_INFO("cppu.log", "\n");
+ SAL_INFO("cppu.log", "\n");
}
else if ( !pre )
{
@@ -230,11 +230,11 @@ static void LogProbe(
}
else if ( pReturnTypeRef )
{
- SAL_INFO("cppu.log", " return : ");
+ SAL_INFO("cppu.log", " return : ");
traceValue(pReturnTypeRef,pReturn);
} // if ( pReturn && pReturnTypeRef )
- SAL_INFO("cppu.log", "\n");
+ SAL_INFO("cppu.log", "\n");
}
}