Formatting fix.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 18:42:13 +0000 (20:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 18:42:13 +0000 (20:42 +0200)
tools/dcpkdm.cc

index faad95d65df0000f86da1387d6505cc1bd4ef005..9fb35d128507b8c1e3a43c7e39c92597d5ee312d 100644 (file)
@@ -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";