diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-29 00:52:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-29 00:52:56 +0100 |
| commit | 4a293943b92664f0a5687ebdaf44531aa0aa8d79 (patch) | |
| tree | 9514bbb7b9f7917ed8d2096a0f94ce212aefb95a /src/lib/kdm_recipient.h | |
| parent | 3ee19997fccaaa75b36537e9802985f04d279ede (diff) | |
White space: kdm_recipient.{cc,h}
Diffstat (limited to 'src/lib/kdm_recipient.h')
| -rw-r--r-- | src/lib/kdm_recipient.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/kdm_recipient.h b/src/lib/kdm_recipient.h index 9fe75874d..76b25ff8f 100644 --- a/src/lib/kdm_recipient.h +++ b/src/lib/kdm_recipient.h @@ -36,10 +36,10 @@ LIBDCP_ENABLE_WARNINGS class KDMRecipient { public: - KDMRecipient (std::string const& name_, std::string const& notes_, boost::optional<dcp::Certificate> recipient, boost::optional<std::string> recipient_file_) - : name (name_) - , notes (notes_) - , recipient_file (recipient_file_) + KDMRecipient(std::string const& name_, std::string const& notes_, boost::optional<dcp::Certificate> recipient, boost::optional<std::string> recipient_file_) + : name(name_) + , notes(notes_) + , recipient_file(recipient_file_) , _recipient(recipient) {} @@ -50,11 +50,11 @@ public: , _recipient_string(recipient) {} - explicit KDMRecipient (cxml::ConstNodePtr); + explicit KDMRecipient(cxml::ConstNodePtr); - virtual ~KDMRecipient () {} + virtual ~KDMRecipient() {} - virtual void as_xml (xmlpp::Element *) const; + virtual void as_xml(xmlpp::Element *) const; boost::optional<dcp::Certificate> recipient() const; void set_recipient(boost::optional<dcp::Certificate> certificate); |
