tools: drop spurious whitespace in "src/libnm-client-impl/nm-property-infos-*.xml"

<nm-setting-docs>
  -  <setting name="6lowpan">
  +<setting name="6lowpan">
   </setting>
This commit is contained in:
Thomas Haller 2021-05-26 15:31:11 +02:00
parent 18839361ac
commit c3d3429916
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -138,6 +138,5 @@ for one_file in source_files:
scan_doc_comments(plugin, setting_node, one_file, start_tag, end_tag)
pretty_xml(root_node, "\n")
root_node.text = "\n "
ET.ElementTree(root_node).write(output)