re-indent network.rng following structural change

This commit is whitespace changes only, do avoid obscuring actual code
changes.
This commit is contained in:
Laine Stump 2010-11-11 15:17:34 -05:00
parent 3d10d3489b
commit 5983f2d297

View File

@ -5,9 +5,9 @@
<ref name="network"/> <ref name="network"/>
</start> </start>
<define name="network"> <define name="network">
<element name="network"> <element name="network">
<interleave> <interleave>
<!-- The name of the network, used to refer to it through the API <!-- The name of the network, used to refer to it through the API
@ -125,6 +125,6 @@
</element> </element>
</optional> </optional>
</interleave> </interleave>
</element> </element>
</define> </define>
</grammar> </grammar>