diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-04-27 11:09:38 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-04-27 11:09:38 +0000 |
| commit | 1d68398ea8e0259b065f2ea19fca411ea75d942f (patch) | |
| tree | c3e832e95c79652d390f832cc09b899426bd2488 /src/widgets | |
| parent | Fixes some crashes when selector is * and allow select multiple tags (diff) | |
| download | inkscape-1d68398ea8e0259b065f2ea19fca411ea75d942f.tar.gz inkscape-1d68398ea8e0259b065f2ea19fca411ea75d942f.zip | |
Fixing coding style
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/stroke-style.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp index 5bd1b5d8d..48f0e3d78 100644 --- a/src/widgets/stroke-style.cpp +++ b/src/widgets/stroke-style.cpp @@ -952,8 +952,8 @@ StrokeStyle::updateLine() std::vector<SPItem*> const objects(sel->items().begin(), sel->items().end()); if (objects.size()) { - SPObject * const object = objects[0]; - SPStyle * const style = object->style; + SPObject *const object = objects[0]; + SPStyle *const style = object->style; /* Markers */ updateAllMarkers(objects, true); // FIXME: make this desktop query too |
