summaryrefslogtreecommitdiff
path: root/test/cpl_sar_test.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 /test/cpl_sar_test.cc
parent242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff)
No-op: whitespace.
Diffstat (limited to 'test/cpl_sar_test.cc')
-rw-r--r--test/cpl_sar_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc
index cafa589f..92e38a00 100644
--- a/test/cpl_sar_test.cc
+++ b/test/cpl_sar_test.cc
@@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar)
xmlpp::Document doc;
xmlpp::Element* el = doc.create_root_node ("Test");
pa->write_to_cpl (el, dcp::INTEROP);
-
+
cxml::Node node (el);
BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "1.85");
}
@@ -52,7 +52,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar)
xmlpp::Document doc;
xmlpp::Element* el = doc.create_root_node ("Test");
pa->write_to_cpl (el, dcp::INTEROP);
-
+
cxml::Node node (el);
BOOST_CHECK_EQUAL (node.node_child("MainPicture")->string_child ("ScreenAspectRatio"), "2.39");
}