From 1d68398ea8e0259b065f2ea19fca411ea75d942f Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 27 Apr 2019 13:09:38 +0200 Subject: Fixing coding style --- src/widgets/stroke-style.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/stroke-style.cpp') 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 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 -- cgit v1.2.3