summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-19 20:42:13 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-19 20:42:13 +0200
commit4137950bbd9a87b2f3a414f97ca456b19b27dc48 (patch)
treec8129b25e8cd5bf7a4d26c11f003e4a94c277e5d
parent2667081f86561b2c70753b678b49084a87f37eb9 (diff)
Formatting fix.
-rw-r--r--tools/dcpkdm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpkdm.cc b/tools/dcpkdm.cc
index faad95d6..9fb35d12 100644
--- a/tools/dcpkdm.cc
+++ b/tools/dcpkdm.cc
@@ -99,7 +99,7 @@ main (int argc, char* argv[])
dcp::EncryptedKDM enc_kdm (dcp::file_to_string (kdm_file));
if (enc_kdm.annotation_text()) {
- cout << "Annotation: " << enc_kdm.annotation_text().get() << "\n";
+ cout << "Annotation: " << enc_kdm.annotation_text().get() << "\n";
}
cout << "Content title: " << enc_kdm.content_title_text() << "\n";
cout << "CPL id: " << enc_kdm.cpl_id() << "\n";