summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-04-27 11:09:38 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-04-27 11:09:38 +0000
commit1d68398ea8e0259b065f2ea19fca411ea75d942f (patch)
treec3e832e95c79652d390f832cc09b899426bd2488 /src/widgets/stroke-style.cpp
parentFixes some crashes when selector is * and allow select multiple tags (diff)
downloadinkscape-1d68398ea8e0259b065f2ea19fca411ea75d942f.tar.gz
inkscape-1d68398ea8e0259b065f2ea19fca411ea75d942f.zip
Fixing coding style
Diffstat (limited to 'src/widgets/stroke-style.cpp')
-rw-r--r--src/widgets/stroke-style.cpp4
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