No-op: remove all trailing whitespace.
[dcpomatic.git] / test / repeat_frame_test.cc
index 1d19d269e314b2a448ab31dbbfcf73ceea9eaf1c..2e325af25a102f12aead78ba9c9570c14b7ad611 100644 (file)
@@ -45,11 +45,12 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        wait_for_jobs ();
 
        c->set_scale (VideoContentScale (Ratio::from_id ("185")));
-       
+
        film->set_video_frame_rate (48);
        film->make_dcp ();
        wait_for_jobs ();
 
+       /* Should be 32 frames of red */
        check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
 }