summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2017-10-06 10:35:08 +0000
committerShlomi Fish <shlomif@shlomifish.org>2017-10-06 10:35:08 +0000
commit264e757db87e3179112c02e9446667e8be235754 (patch)
tree61246617ffebe369b74a76842d553cb137a7781b /src
parentSmall refactoring + elim trail space. (diff)
downloadinkscape-264e757db87e3179112c02e9446667e8be235754.tar.gz
inkscape-264e757db87e3179112c02e9446667e8be235754.zip
remove trailing space
Diffstat (limited to 'src')
-rw-r--r--src/desktop-style.h2
-rw-r--r--src/sp-tag.h10
-rw-r--r--src/vanishing-point.h2
3 files changed, 7 insertions, 7 deletions
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 <inkscape:tag> 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<SPCtrlLine *> 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?