[script] working on formatting

This commit is contained in:
tangxifan 2022-08-22 18:02:38 -07:00
parent 55e765a206
commit 3c9c11d451
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def convert_arch_xml_from_v1p1_to_v1p2(input_fname, output_fname):
# Output the modified content
with open(output_fname, "w") as output_xml_f:
doc.writexml(output_xml_f, indent=" ", newl='')
doc.writexml(output_xml_f, indent='', addindent=" ", newl='')
doc.unlink()
# Finish up