From c899557fb27d553275c9b20e24ebb7732e9cfd02 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Sep 2015 13:48:01 +0100 Subject: White space. --- src/font_node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/font_node.cc') 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 ()); } -- cgit v1.2.3