summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-31 22:12:52 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-31 22:12:52 +0100
commit0caf7b043dc9654918458b168a115b39f623267c (patch)
tree50f4eca4b4bfc02af9bf90aac66c0c3f2651999e
parenteb1538bcb17228fbd2af42b0fb4e8a60af8eeaaf (diff)
White space.
-rw-r--r--src/lib/transcode_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc
index da63522eb..49cbaf4a3 100644
--- a/src/lib/transcode_job.cc
+++ b/src/lib/transcode_job.cc
@@ -209,7 +209,7 @@ TranscodeJob::remaining_time() const
}
/* Compute approximate proposed length here, as it's only here that we need it */
- return(_film->length().frames_round(_film->video_frame_rate()) - e->frames_done()) / *fps;
+ return (_film->length().frames_round(_film->video_frame_rate()) - e->frames_done()) / *fps;
}