diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-22 00:40:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-22 00:40:16 +0000 |
| commit | 12ada21654d7f0f8963f171ca7ee527ccba4627f (patch) | |
| tree | ced5d983da3d0f39e305521eb390949c696945c1 /src/pkl.cc | |
| parent | 33c2c1ddee9638fc4e59dbfdbeee2fb540778819 (diff) | |
Fully indent PKL/CPL.sony-debug
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } |
