Fully indent PKL/CPL.
[libdcp.git] / src / cpl.cc
index 4a594b5a477a305d65a2337ceadbe28f814b3f16..3eeb102c196b28ac83af9736ec1c997800ddded9 100644 (file)
@@ -164,6 +164,8 @@ CPL::write_xml (boost::filesystem::path file, Standard standard, shared_ptr<cons
                i->write_to_cpl (reel_list, standard);
        }
 
+       indent (root, 0);
+
        if (signer) {
                signer->sign (root, standard);
        }