]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix whitespace in domain.rng
authorMatthew Booth <mbooth@redhat.com>
Wed, 17 Feb 2010 16:16:42 +0000 (17:16 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 18 Feb 2010 14:03:42 +0000 (15:03 +0100)
* src/schemas/domain.rng: Replace tabs with 8 spaces

docs/schemas/domain.rng

index 1ff0944d3dcb8224820e5570d88ef5c96b0cc86a..53b82ce20d7ee8360c90987dd49da934742a8221 100644 (file)
         <ref name="unsignedInt"/>
       </attribute>
       <optional>
-       <ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
         </group>
       </choice>
       <optional>
-       <ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
         </element>
       </optional>
       <optional>
-       <ref name="address"/>
+        <ref name="address"/>
       </optional>
     </interleave>
   </define>
         </element>
       </optional>
       <optional>
-       <ref name="address"/>
+        <ref name="address"/>
       </optional>
     </interleave>
   </define>
       <interleave>
         <ref name="qemucdevSrcDef"/>
         <ref name="guestfwdTarget"/>
-       <optional>
-         <ref name="address"/>
-       </optional>
+        <optional>
+          <ref name="address"/>
+        </optional>
       </interleave>
     </element>
   </define>
         </attribute>
       </optional>
       <optional>
-       <ref name="address"/>
+        <ref name="address"/>
       </optional>
     </element>
   </define>
       <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"/>
     </optional>
     <optional>
       <attribute name="bus">
-       <ref name="driveBus"/>
+        <ref name="driveBus"/>
       </attribute>
     </optional>
     <attribute name="unit">
   <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>