diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:46:13 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:46:13 +0000 |
| commit | ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13 (patch) | |
| tree | c50cd528e7ab3006510bab0f4f624ce6906f9f4a /src/live_effects/lpe-taperstroke.cpp | |
| parent | Small cleanup (diff) | |
| download | inkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.tar.gz inkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.zip | |
Warnings cleanup; formatting
(bzr r13341.1.206)
Diffstat (limited to 'src/live_effects/lpe-taperstroke.cpp')
| -rw-r--r-- | src/live_effects/lpe-taperstroke.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/live_effects/lpe-taperstroke.cpp b/src/live_effects/lpe-taperstroke.cpp index db7e47f2b..9c43b6671 100644 --- a/src/live_effects/lpe-taperstroke.cpp +++ b/src/live_effects/lpe-taperstroke.cpp @@ -211,7 +211,7 @@ Geom::PathVector LPETaperStroke::doEffect_path(Geom::PathVector const& path_in) //if so, reset the end offset, but still allow the start offset. if ( attach_start >= (size - attach_end) ) { attach_end.param_set_value( size - attach_start ); - metInMiddle = true; + metInMiddle = true; } } @@ -525,14 +525,14 @@ void LPETaperStroke::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *de { { KnotHolderEntity *e = new TpS::KnotHolderEntityAttachBegin(this); - e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, - _("Start point of the taper"), SP_KNOT_SHAPE_CIRCLE ); + e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, + _("Start point of the taper"), SP_KNOT_SHAPE_CIRCLE ); knotholder->add(e); } { KnotHolderEntity *e = new TpS::KnotHolderEntityAttachEnd(this); - e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, - _("End point of the taper"), SP_KNOT_SHAPE_CIRCLE ); + e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, + _("End point of the taper"), SP_KNOT_SHAPE_CIRCLE ); knotholder->add(e); } } |
