summaryrefslogtreecommitdiff
path: root/src/text_node.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 01:06:04 +0100
commit9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch)
treecc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/text_node.cc
parent242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff)
No-op: whitespace.
Diffstat (limited to 'src/text_node.cc')
-rw-r--r--src/text_node.cc6
1 files changed, 3 insertions, 3 deletions
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<const cxml::Node> node, int tcr)
if (hp) {
h_position = hp.get () / 100;
}
-
+
optional<string> ha = node->optional_string_attribute ("HAlign");
if (!ha) {
ha = node->optional_string_attribute ("Halign");
@@ -60,7 +60,7 @@ TextNode::TextNode (boost::shared_ptr<const cxml::Node> node, int tcr)
if (ha) {
h_align = string_to_halign (ha.get ());
}
-
+
optional<float> vp = node->optional_number_attribute<float> ("VPosition");
if (!vp) {
vp = node->optional_number_attribute<float> ("Vposition");
@@ -68,7 +68,7 @@ TextNode::TextNode (boost::shared_ptr<const cxml::Node> node, int tcr)
if (vp) {
v_position = vp.get () / 100;
}
-
+
optional<string> va = node->optional_string_attribute ("VAlign");
if (!va) {
va = node->optional_string_attribute ("Valign");