diff options
| author | schwieni <mschwienbacher@gmail.com> | 2019-03-21 17:18:54 +0000 |
|---|---|---|
| committer | Markus Schwienbacher <mschwienbacher@gmail.com> | 2019-03-25 17:15:50 +0000 |
| commit | 015c724062695efd9c8bbdc8e068677a51052f37 (patch) | |
| tree | b2c24857b4a24efc1b45c17722500567e4332743 /src | |
| parent | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three po... (diff) | |
| download | inkscape-015c724062695efd9c8bbdc8e068677a51052f37.tar.gz inkscape-015c724062695efd9c8bbdc8e068677a51052f37.zip | |
correct clang-format lpe-pts2ellipse.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-pts2ellipse.cpp | 2 |
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 |
