No-op: whitespace.
[libdcp.git] / test / round_trip_test.cc
index 2d10764a38e595e93520e774902f1c3310c6037a..90671d79fd3750276b0decaecbff5759b0e19d2e 100644 (file)
@@ -111,7 +111,7 @@ BOOST_AUTO_TEST_CASE (round_trip_test)
 
        scoped_array<uint8_t> frame_A (new uint8_t[xyz_A->size().width * xyz_A->size().height * 4]);
        dcp::xyz_to_rgba (xyz_A, dcp::ColourConversion::srgb_to_xyz(), frame_A.get());
-       
+
        scoped_array<uint8_t> frame_B (new uint8_t[xyz_B->size().width * xyz_B->size().height * 4]);
        dcp::xyz_to_rgba (xyz_B, dcp::ColourConversion::srgb_to_xyz(), frame_B.get());