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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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