summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-pts2ellipse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-pts2ellipse.cpp b/src/live_effects/lpe-pts2ellipse.cpp
index 80f1b6004..f83103032 100644
--- a/src/live_effects/lpe-pts2ellipse.cpp
+++ b/src/live_effects/lpe-pts2ellipse.cpp
@@ -245,7 +245,7 @@ Geom::PathVector LPEPts2Ellipse::doEffect_path(Geom::PathVector const &path_in)
// from: extension/internal/odf.cpp
// get all points
std::vector<Geom::Point> pts;
- for(const auto & pit : path_in) {
+ for (const auto &pit : path_in) {
// extract first point of this path
pts.push_back(pit.initialPoint());
// iterate over all curves