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:
Dan Čermák
2022-05-05 10:37:42 +02:00
committed by GitHub
parent 4e515e6f21
commit f734a89681

View File

@@ -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>