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

Matthew Booth mbooth at redhat.com
Wed Feb 17 16:40:35 UTC 2010


* 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 1ff0944..53b82ce 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -537,7 +537,7 @@
         <ref name="unsignedInt"/>
       </attribute>
       <optional>
-	<ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
@@ -602,7 +602,7 @@
         </group>
       </choice>
       <optional>
-	<ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
@@ -761,7 +761,7 @@
         </element>
       </optional>
       <optional>
-	<ref name="address"/>
+        <ref name="address"/>
       </optional>
     </interleave>
   </define>
@@ -1014,7 +1014,7 @@
         </element>
       </optional>
       <optional>
-	<ref name="address"/>
+        <ref name="address"/>
       </optional>
     </interleave>
   </define>
@@ -1145,9 +1145,9 @@
       <interleave>
         <ref name="qemucdevSrcDef"/>
         <ref name="guestfwdTarget"/>
-	<optional>
-	  <ref name="address"/>
-	</optional>
+        <optional>
+          <ref name="address"/>
+        </optional>
       </interleave>
     </element>
   </define>
@@ -1169,7 +1169,7 @@
         </attribute>
       </optional>
       <optional>
-	<ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
@@ -1198,12 +1198,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"/>
@@ -1262,7 +1262,7 @@
     </optional>
     <optional>
       <attribute name="bus">
-	<ref name="driveBus"/>
+        <ref name="driveBus"/>
       </attribute>
     </optional>
     <attribute name="unit">
@@ -1401,18 +1401,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




More information about the libvir-list mailing list