mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 12:28:29 +02:00
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:
parent
18839361ac
commit
c3d3429916
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue