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/text_node.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/text_node.cc') diff --git a/src/text_node.cc b/src/text_node.cc index 6332e1f5..666e5846 100644 --- a/src/text_node.cc +++ b/src/text_node.cc @@ -52,7 +52,7 @@ TextNode::TextNode (boost::shared_ptr node, int tcr) if (hp) { h_position = hp.get () / 100; } - + optional ha = node->optional_string_attribute ("HAlign"); if (!ha) { ha = node->optional_string_attribute ("Halign"); @@ -60,7 +60,7 @@ TextNode::TextNode (boost::shared_ptr node, int tcr) if (ha) { h_align = string_to_halign (ha.get ()); } - + optional vp = node->optional_number_attribute ("VPosition"); if (!vp) { vp = node->optional_number_attribute ("Vposition"); @@ -68,7 +68,7 @@ TextNode::TextNode (boost::shared_ptr node, int tcr) if (vp) { v_position = vp.get () / 100; } - + optional va = node->optional_string_attribute ("VAlign"); if (!va) { va = node->optional_string_attribute ("Valign"); -- cgit v1.2.3