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/pkl.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pkl.cc') 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 sig asset->add_child("Type")->add_child_text (i->type); } + indent (pkl, 0); + if (signer) { signer->sign (pkl, _standard); } -- cgit v1.2.3