diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-22 00:40:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-24 02:03:05 +0000 |
| commit | 5ad493e6900f621284748fe50b3f60f67929ffc2 (patch) | |
| tree | 86dea7a1eac6e789a9c935f60afae6a9a9d87f80 /src/cpl.cc | |
| parent | a266fc223ecb7a696fa9dc35422ef0264b1c3c40 (diff) | |
Fully indent PKL/CPL.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } |
