White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 21:04:23 +0000 (22:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 21:04:23 +0000 (22:04 +0100)
src/lib/reel_writer.cc

index f9e3471a8a8d8a8cc40d1ba0e59ac45721f17ae3..12e45849bfc14e2076cdb8db776dc3da52614f44 100644 (file)
@@ -508,7 +508,7 @@ ReelWriter::create_reel (list<ReferencedReelAsset> const & refs, list<shared_ptr
        }
        reel->add (reel_sound_asset);
 
-       maybe_add_captions<dcp::ReelSubtitleAsset>      (_caption_asset[TEXT_OPEN_SUBTITLE],   reel_picture_asset->duration(), reel, refs, fonts, _film, _period);
+       maybe_add_captions<dcp::ReelSubtitleAsset>      (_caption_asset[TEXT_OPEN_SUBTITLE],  reel_picture_asset->duration(), reel, refs, fonts, _film, _period);
        maybe_add_captions<dcp::ReelClosedCaptionAsset> (_caption_asset[TEXT_CLOSED_CAPTION], reel_picture_asset->duration(), reel, refs, fonts, _film, _period);
 
        return reel;