From 587ac01f97d3fd63638bbb1e4b165b49140bfc90 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Feb 2019 09:27:38 +0200 Subject: loplugin:indentation in basctl..bridges Change-Id: Ie4e27466c4258c6f774a3ebb82ec3a88c28fd753 Reviewed-on: https://gerrit.libreoffice.org/67525 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basegfx/source/inc/hommatrixtemplate.hxx | 2 +- basegfx/source/polygon/b2dtrapezoid.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basegfx/source') diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index 667e7ecdb3b0..5eaf65a554cc 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -390,7 +390,7 @@ namespace basegfx for(sal_uInt16 a(0); a < RowSize; a++) { // prepare line - sal_uInt16 b; + sal_uInt16 b; for( b = 0; b < RowSize; b++) { fArray[b] = implGetDefaultValue(a, b); diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 9ddeed3309b9..264105a49710 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -1137,7 +1137,7 @@ namespace basegfx if(aSource.areControlPointsUsed()) { - const double fPrecisionFactor = 0.25; + const double fPrecisionFactor = 0.25; aSource = adaptiveSubdivideByDistance( aSource, fLineWidth * fPrecisionFactor ); } -- cgit v1.2.3