summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index ca0855b5c..3063fc761 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -120,8 +120,7 @@ public:
int best_video_frame_rate () const;
FrameRateChange active_frame_rate_change (DCPTime) const;
- dcp::EncryptedKDM
- make_kdm (
+ dcp::EncryptedKDM make_kdm (
dcp::Certificate recipient,
std::vector<dcp::Certificate> trusted_devices,
boost::filesystem::path cpl_file,