White space.
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Sep 2018 00:28:35 +0000 (01:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 2 Sep 2018 00:28:35 +0000 (01:28 +0100)
src/lib/writer.cc

index da1a0768395b1963097cd85886c2b21cd210553f..893c009cd8b022d0accc152711677f34eacaf74f 100644 (file)
@@ -686,7 +686,6 @@ Writer::write (PlayerText text, TextType type, optional<DCPTextTrack> track, DCP
                DCPOMATIC_ASSERT (false);
        }
 
-
        DCPOMATIC_ASSERT (*reel != _reels.end());
        while ((*reel)->period().to <= period.from) {
                ++(*reel);