summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-12 13:48:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-12 13:48:01 +0100
commitc899557fb27d553275c9b20e24ebb7732e9cfd02 (patch)
tree7ce8f3e7210d1173ae25a5bdeb3bf334edf34054 /src
parent068f2bddb6d926d009aac236d39c4c62b5381286 (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/font_node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_node.cc b/src/font_node.cc
index c3141d86..5461d6ae 100644
--- a/src/font_node.cc
+++ b/src/font_node.cc
@@ -47,7 +47,7 @@ FontNode::FontNode (cxml::ConstNodePtr node, int tcr)
if (e) {
effect = string_to_effect (e.get ());
}
- c = node->optional_string_attribute ( "EffectColor");
+ c = node->optional_string_attribute ("EffectColor");
if (c) {
effect_colour = Colour (c.get ());
}