From 5ad493e6900f621284748fe50b3f60f67929ffc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jan 2019 00:40:16 +0000 Subject: Fully indent PKL/CPL. --- src/cpl.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpl.cc') diff --git a/src/cpl.cc b/src/cpl.cc index 4a594b5a..3eeb102c 100644 --- a/src/cpl.cc +++ b/src/cpl.cc @@ -164,6 +164,8 @@ CPL::write_xml (boost::filesystem::path file, Standard standard, shared_ptrwrite_to_cpl (reel_list, standard); } + indent (root, 0); + if (signer) { signer->sign (root, standard); } -- cgit v1.2.3