mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Replace tabs with spaces in domain_all_settings.xml (#1489)
The xml renderer stopped rendering tabs and now uses spaces instead, which made the test fail.
This commit is contained in:
@@ -112,12 +112,12 @@
|
|||||||
</hostdev>
|
</hostdev>
|
||||||
<hostdev mode='subsystem' type='pci' managed='yes'>
|
<hostdev mode='subsystem' type='pci' managed='yes'>
|
||||||
<source>
|
<source>
|
||||||
<address domain='0x0001' bus='0x03' slot='0x00' function='0x0'/>
|
<address domain='0x0001' bus='0x03' slot='0x00' function='0x0'/>
|
||||||
</source>
|
</source>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
<hostdev mode='subsystem' type='pci' managed='yes'>
|
<hostdev mode='subsystem' type='pci' managed='yes'>
|
||||||
<source>
|
<source>
|
||||||
<address domain='0x0002' bus='0x04' slot='0x00' function='0x0'/>
|
<address domain='0x0002' bus='0x04' slot='0x00' function='0x0'/>
|
||||||
</source>
|
</source>
|
||||||
<address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
|
<address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
|
|||||||
Reference in New Issue
Block a user