From 264e757db87e3179112c02e9446667e8be235754 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 6 Oct 2017 13:35:08 +0300 Subject: remove trailing space --- src/desktop-style.h | 2 +- src/sp-tag.h | 10 +++++----- src/vanishing-point.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/desktop-style.h b/src/desktop-style.h index a404c94a8..bc2c56fac 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -46,7 +46,7 @@ enum { // which property was queried (add when you need more) QUERY_STYLE_PROPERTY_PAINTORDER, // paint-order QUERY_STYLE_PROPERTY_FONT_SPECIFICATION, //-inkscape-font-specification QUERY_STYLE_PROPERTY_FONTFAMILY, // font-family - QUERY_STYLE_PROPERTY_FONTSTYLE, // font style + QUERY_STYLE_PROPERTY_FONTSTYLE, // font style QUERY_STYLE_PROPERTY_FONTVARIANTS, // font variants (OpenType features) QUERY_STYLE_PROPERTY_FONTFEATURESETTINGS, // font feature settings (OpenType features) QUERY_STYLE_PROPERTY_FONTNUMBERS, // size, spacings diff --git a/src/sp-tag.h b/src/sp-tag.h index 927bb45d1..36459a04b 100644 --- a/src/sp-tag.h +++ b/src/sp-tag.h @@ -3,7 +3,7 @@ /** \file * SVG implementation - * + * * Authors: * Theodore Janeczko * @@ -25,19 +25,19 @@ class SPTag : public SPObject { public: SPTag() {} virtual ~SPTag() {} - + virtual void build(SPDocument * doc, Inkscape::XML::Node *repr); //virtual void release(); virtual void set(unsigned key, const gchar* value); virtual void update(SPCtx * ctx, unsigned flags); - + virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags); - + bool expanded() const { return _expanded; } void setExpanded(bool isexpanded); void moveTo(SPObject *target, gboolean intoafter); - + private: bool _expanded; }; diff --git a/src/vanishing-point.h b/src/vanishing-point.h index ae2a88d6e..f396225df 100644 --- a/src/vanishing-point.h +++ b/src/vanishing-point.h @@ -176,7 +176,7 @@ public: std::vector lines; void printDraggers(); // convenience for debugging - /* + /* * FIXME: Should the following functions be merged? * Also, they should make use of the info in a VanishingPoint structure (regarding boxes * and perspectives) rather than each time iterating over the whole list of selected items? -- cgit v1.2.3