]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lib: Replace xmlKeepBlanksDefault() with virXMLParseWithIndent()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Nov 2023 15:20:51 +0000 (16:20 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Nov 2023 13:43:39 +0000 (14:43 +0100)
commit1fdca3083b52507d7a99f6e9b84e91d8df68013e
treed697ca760198f9fdc5d541a3fa2a8ce0a78b35d5
parent69958ba3102810bb4f90a91d2f6d9032e1a1da2d
lib: Replace xmlKeepBlanksDefault() with virXMLParseWithIndent()

Now that we have virXMLParseWithIndent() and
virXMLParseStringCtxtWithIndent(), we can use them directly and
drop calls to xmlKeepBlanksDefault().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/backup_conf.c
src/conf/checkpoint_conf.c
src/conf/domain_conf.c
src/conf/network_conf.c
src/conf/snapshot_conf.c
tools/virsh-util.c