]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox_snapshot_conf: Keep indent in snapshot XML
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Nov 2023 09:40:36 +0000 (10:40 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Nov 2023 13:43:29 +0000 (14:43 +0100)
commitd1f58b10f687050dd097c5a60becf62c35deee68
treecb24eed8ad1e257d8564068463d5c287c72d4751
parentd8cb1cd50c608eb647fcb17c4347a2e9d5004e8d
vbox_snapshot_conf: Keep indent in snapshot XML

As mentioned in previous commit, VirtualBox has its own snapshot
XML which we parse, change and then format back. During this, we
ought to keep the indentation to produce better looking result
(especially when we want to compare the output in tests later on,
like we do in vboxsnapshotxmltest).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vbox/vbox_snapshot_conf.c