summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-22 00:40:16 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-22 00:40:16 +0000
commit12ada21654d7f0f8963f171ca7ee527ccba4627f (patch)
treeced5d983da3d0f39e305521eb390949c696945c1 /src/cpl.cc
parent33c2c1ddee9638fc4e59dbfdbeee2fb540778819 (diff)
Fully indent PKL/CPL.sony-debug
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 2 insertions, 0 deletions
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_ptr<cons
i->write_to_cpl (reel_list, standard);
}
+ indent (root, 0);
+
if (signer) {
signer->sign (root, standard);
}