diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-26 20:09:46 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-26 20:09:46 +0000 |
| commit | be65fc811e309e3a126f272601c3cb7997ef465e (patch) | |
| tree | 77e63c3b149a81cf61f1214d1906d3dbb26a9fe6 /src/helper/geom-pointwise.cpp | |
| parent | update to trunk (diff) | |
| download | inkscape-be65fc811e309e3a126f272601c3cb7997ef465e.tar.gz inkscape-be65fc811e309e3a126f272601c3cb7997ef465e.zip | |
astyle code
(bzr r13645.1.116)
Diffstat (limited to 'src/helper/geom-pointwise.cpp')
| -rw-r--r-- | src/helper/geom-pointwise.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/geom-pointwise.cpp b/src/helper/geom-pointwise.cpp index 9aa90df01..7074761da 100644 --- a/src/helper/geom-pointwise.cpp +++ b/src/helper/geom-pointwise.cpp @@ -47,7 +47,7 @@ void Pointwise::setStart() } int index = 0; for (Geom::Path::const_iterator curve_it = path_it->begin(); - curve_it != path_it->end(); ++curve_it) { + curve_it != path_it->end(); ++curve_it) { if(index == 0) { if (!path_it->closed()) { _satellites[counter].hidden = true; |
