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:
parent
4e515e6f21
commit
f734a89681
@ -112,12 +112,12 @@
|
||||
</hostdev>
|
||||
<hostdev mode='subsystem' type='pci' managed='yes'>
|
||||
<source>
|
||||
<address domain='0x0001' bus='0x03' slot='0x00' function='0x0'/>
|
||||
<address domain='0x0001' bus='0x03' slot='0x00' function='0x0'/>
|
||||
</source>
|
||||
</hostdev>
|
||||
<hostdev mode='subsystem' type='pci' managed='yes'>
|
||||
<source>
|
||||
<address domain='0x0002' bus='0x04' slot='0x00' function='0x0'/>
|
||||
<address domain='0x0002' bus='0x04' slot='0x00' function='0x0'/>
|
||||
</source>
|
||||
<address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
|
||||
</hostdev>
|
||||
|
Loading…
Reference in New Issue
Block a user