diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-12 13:48:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-12 13:48:01 +0100 |
| commit | c899557fb27d553275c9b20e24ebb7732e9cfd02 (patch) | |
| tree | 7ce8f3e7210d1173ae25a5bdeb3bf334edf34054 /src | |
| parent | 068f2bddb6d926d009aac236d39c4c62b5381286 (diff) | |
White space.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font_node.cc | 2 |
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 ()); } |
