Remove the space before the slash in network XML

This matches the style we use elsewhere and allows
nat-network-dns-srv-record{,-minimal}.xml to be tested in
network XML -> XML test.
This commit is contained in:
Ján Tomko
2013-07-30 14:36:08 +02:00
parent 63ee776f8c
commit d8bd24a9ec
42 changed files with 155 additions and 153 deletions

View File

@@ -2,7 +2,7 @@
<name>test-net</name>
<uuid>986fed9e-a488-186d-ef2d-17ebfd1993f8</uuid>
<forward mode='nat'/>
<bridge name='virbr1' stp='on' delay='0' />
<bridge name='virbr1' stp='on' delay='0'/>
<mac address='52:54:00:e6:a2:c9'/>
<bandwidth>
<inbound average='1000' peak='2000' burst='1024'/>
@@ -10,7 +10,7 @@
</bandwidth>
<ip address='192.168.120.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.120.2' end='192.168.120.254' />
<range start='192.168.120.2' end='192.168.120.254'/>
</dhcp>
</ip>
</network>