From fef6d13a74f00cd79d2cb526687f35a0443fb5b1 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 18 Jun 2018 22:36:14 +0200 Subject: coding style fixes --- src/object/sp-item.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/object/sp-item.cpp') diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index fa281e9ee..0853acc51 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -20,13 +20,13 @@ #include +#include "attributes.h" #include "bad-uri-exception.h" -#include "svg/svg.h" -#include "svg/css-ostringstream.h" -#include "print.h" #include "display/drawing-item.h" -#include "attributes.h" #include "document.h" +#include "print.h" +#include "svg/css-ostringstream.h" +#include "svg/svg.h" #include "inkscape.h" #include "desktop.h" @@ -1308,7 +1308,7 @@ void SPItem::adjust_stroke( gdouble ex ) if ( !style->stroke_dasharray.values.empty() ) { for (unsigned i = 0; i < style->stroke_dasharray.values.size(); i++) { - double dash = style->stroke_dasharray.values[i].value * ex; + double dash = style->stroke_dasharray.values[i].value * ex; Inkscape::CSSOStringStream osarray; osarray << dash; style->stroke_dasharray.values[i].read(osarray.str().c_str()); -- cgit v1.2.3