remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / brender.C
index 00888c9fe06420155430aef4b4cf6723ffd6c90f..131f6cf04eadc914ecca54dfaa6810faacf9d67a 100644 (file)
@@ -569,7 +569,7 @@ void BRenderThread::start()
                if(last_good < 0) last_good = last_contiguous;
                int start_frame = MIN(last_contiguous, last_good);
                start_frame = MAX(start_frame, brender_start);
-//             int64_t end_frame = Units::round(command->edl->tracks->total_video_length() * 
+//             int64_t end_frame = Units::round(command->edl->tracks->total_video_length() *
 //                     command->edl->session->frame_rate);
                int64_t end_frame = Units::round(command->edl->session->brender_end *
                        command->edl->session->frame_rate);