From 015c724062695efd9c8bbdc8e068677a51052f37 Mon Sep 17 00:00:00 2001 From: schwieni Date: Thu, 21 Mar 2019 18:18:54 +0100 Subject: correct clang-format lpe-pts2ellipse.cpp --- src/live_effects/lpe-pts2ellipse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 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 -- cgit v1.2.3