[libvirt] [PATCH] Fix whitespace in domain.rng

* src/schemas/domain.rng: Replace tabs with 8 spaces --- docs/schemas/domain.rng | 52 +++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index a834705..1ac5943 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -538,7 +538,7 @@ <ref name="unsignedInt"/> </attribute> <optional> - <ref name="address"/> + <ref name="address"/> </optional> </element> </define> @@ -603,7 +603,7 @@ </group> </choice> <optional> - <ref name="address"/> + <ref name="address"/> </optional> </element> </define> @@ -762,7 +762,7 @@ </element> </optional> <optional> - <ref name="address"/> + <ref name="address"/> </optional> </interleave> </define> @@ -1015,7 +1015,7 @@ </element> </optional> <optional> - <ref name="address"/> + <ref name="address"/> </optional> </interleave> </define> @@ -1159,9 +1159,9 @@ <ref name="guestfwdTarget"/> <ref name="virtioTarget"/> </choice> - <optional> - <ref name="address"/> - </optional> + <optional> + <ref name="address"/> + </optional> </interleave> </element> </define> @@ -1183,7 +1183,7 @@ </attribute> </optional> <optional> - <ref name="address"/> + <ref name="address"/> </optional> </element> </define> @@ -1212,12 +1212,12 @@ <group> <element name="source"> <choice> - <group> + <group> <ref name="usbproduct"/> - <optional> - <ref name="usbaddress"/> - </optional> - </group> + <optional> + <ref name="usbaddress"/> + </optional> + </group> <ref name="usbaddress"/> <element name="address"> <ref name="pciaddress"/> @@ -1276,7 +1276,7 @@ </optional> <optional> <attribute name="bus"> - <ref name="driveBus"/> + <ref name="driveBus"/> </attribute> </optional> <attribute name="unit"> @@ -1415,18 +1415,18 @@ <define name="address"> <element name="address"> <choice> - <group> - <attribute name="type"> - <value>pci</value> - </attribute> - <ref name="pciaddress"/> - </group> - <group> - <attribute name="type"> - <value>drive</value> - </attribute> - <ref name="driveaddress"/> - </group> + <group> + <attribute name="type"> + <value>pci</value> + </attribute> + <ref name="pciaddress"/> + </group> + <group> + <attribute name="type"> + <value>drive</value> + </attribute> + <ref name="driveaddress"/> + </group> </choice> </element> </define> -- 1.6.6

On Wed, Feb 17, 2010 at 03:32:12PM +0000, Matthew Booth wrote:
* src/schemas/domain.rng: Replace tabs with 8 spaces --- docs/schemas/domain.rng | 52 +++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 26 deletions(-)
Okay, done manually since patch didn't apply Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (2)
-
Daniel Veillard
-
Matthew Booth