Whitespace tweak.
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Jul 2022 08:51:30 +0000 (10:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Jul 2022 08:22:55 +0000 (10:22 +0200)
src/lib/render_text.cc

index a379ab180080b6f122f1ab2ecb214bf1bb156226..574ee21a078b40066a3183ce298e1bb4715b5640 100644 (file)
@@ -383,7 +383,7 @@ render_text (list<StringText> subtitles, dcp::Size target, DCPTime time, int fra
        }
 
        if (!pending.empty()) {
        }
 
        if (!pending.empty()) {
-               images.push_back(render_line(pending,  target, time, frame_rate));
+               images.push_back(render_line(pending, target, time, frame_rate));
        }
 
        return images;
        }
 
        return images;