summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dtrapezoid.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 09:27:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 10:01:05 +0100
commit587ac01f97d3fd63638bbb1e4b165b49140bfc90 (patch)
tree020c6d10d04ca8cc3466315e23ad6100a689dca6 /basegfx/source/polygon/b2dtrapezoid.cxx
parentbd824be5371d5e4d6e49b72ccf01897ba301c55e (diff)
loplugin:indentation in basctl..bridges
Change-Id: Ie4e27466c4258c6f774a3ebb82ec3a88c28fd753 Reviewed-on: https://gerrit.libreoffice.org/67525 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx/source/polygon/b2dtrapezoid.cxx')
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}