mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemuxml2argvdata: Drop useless spaces at the beginning of lines
There are three test XMLs that have useless spaces at the beginning of each line. I intend to add these to qemuxml2xmltest and make xmlout a symlink to the original XML. In order to do that the XMLs must look better than they do now. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
70e7143f46
commit
7086c835b6
@ -1,4 +1,4 @@
|
||||
<domain type='kvm' id='56'>
|
||||
<domain type='kvm' id='56'>
|
||||
<name>instance-00000092</name>
|
||||
<uuid>126f2720-6f8e-45ab-a886-ec9277079a67</uuid>
|
||||
<memory unit='KiB'>14680064</memory>
|
||||
@ -28,4 +28,4 @@
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<memballoon model='virtio'/>
|
||||
</devices>
|
||||
</domain>
|
||||
</domain>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<domain type='kvm' id='56'>
|
||||
<domain type='kvm' id='56'>
|
||||
<name>instance-00000092</name>
|
||||
<uuid>126f2720-6f8e-45ab-a886-ec9277079a67</uuid>
|
||||
<memory unit='KiB'>14680064</memory>
|
||||
@ -29,4 +29,4 @@
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<memballoon model='virtio'/>
|
||||
</devices>
|
||||
</domain>
|
||||
</domain>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<domain type='kvm' id='56'>
|
||||
<domain type='kvm' id='56'>
|
||||
<name>instance-00000092</name>
|
||||
<uuid>126f2720-6f8e-45ab-a886-ec9277079a67</uuid>
|
||||
<memory unit='KiB'>14680064</memory>
|
||||
@ -33,4 +33,4 @@
|
||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||
<memballoon model='virtio'/>
|
||||
</devices>
|
||||
</domain>
|
||||
</domain>
|
||||
|
Loading…
Reference in New Issue
Block a user