summaryrefslogtreecommitdiff
path: root/src/pkl.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-24 02:03:05 +0000
commit5ad493e6900f621284748fe50b3f60f67929ffc2 (patch)
tree86dea7a1eac6e789a9c935f60afae6a9a9d87f80 /src/pkl.cc
parenta266fc223ecb7a696fa9dc35422ef0264b1c3c40 (diff)
Fully indent PKL/CPL.
Diffstat (limited to 'src/pkl.cc')
-rw-r--r--src/pkl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkl.cc b/src/pkl.cc
index 9910b190..adcad573 100644
--- a/src/pkl.cc
+++ b/src/pkl.cc
@@ -109,6 +109,8 @@ PKL::write (boost::filesystem::path file, shared_ptr<const CertificateChain> sig
asset->add_child("Type")->add_child_text (i->type);
}
+ indent (pkl, 0);
+
if (signer) {
signer->sign (pkl, _standard);
}