No-op: remove all trailing whitespace.
[dcpomatic.git] / test / stream_test.cc
index 800bbd049c0c64cc1401378b39d4fca963d40a36..ec211a929772a15a89d6307a4ea2f4c4f33df1f6 100644 (file)
@@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (stream_test)
        root->add_child("Channels")->add_child_text ("2");
 
        /* This is the state file version 5 description of the mapping */
-       
+
        xmlpp::Element* mapping = root->add_child("Mapping");
        mapping->add_child("ContentChannels")->add_child_text ("2");
        {
@@ -69,7 +69,7 @@ BOOST_AUTO_TEST_CASE (stream_test)
                map->add_child("ContentIndex")->add_child_text ("1");
                map->add_child("DCP")->add_child_text ("2");
        }
-               
+
        FFmpegAudioStream a (cxml::NodePtr (new cxml::Node (root)), 5);
 
        BOOST_CHECK_EQUAL (a.identifier(), "4");