Whitespace tweak.
[dcpomatic.git] / 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()) {
-               images.push_back(render_line(pending,  target, time, frame_rate));
+               images.push_back(render_line(pending, target, time, frame_rate));
        }
 
        return images;