From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: whitespace. --- src/font_node.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/font_node.cc') diff --git a/src/font_node.cc b/src/font_node.cc index 963eb0d8..c3141d86 100644 --- a/src/font_node.cc +++ b/src/font_node.cc @@ -34,7 +34,7 @@ using namespace dcp; FontNode::FontNode (cxml::ConstNodePtr node, int tcr) { text = node->content (); - + id = node->optional_string_attribute ("Id"); size = node->optional_number_attribute ("Size").get_value_or (0); aspect_adjust = node->optional_number_attribute ("AspectAdjust"); @@ -61,7 +61,7 @@ FontNode::FontNode (cxml::ConstNodePtr node, int tcr) BOOST_FOREACH (cxml::NodePtr& i, f) { font_nodes.push_back (shared_ptr (new FontNode (i, tcr))); } - + list t = node->node_children ("Text"); BOOST_FOREACH (cxml::NodePtr& i, t) { text_nodes.push_back (shared_ptr (new TextNode (i, tcr))); -- cgit v1.2.3