[libvirt] [PATCH 1/2] Fix guestfwdTarget indentation in domain.rng

Matthew Booth mbooth at redhat.com
Fri Nov 13 12:42:11 UTC 2009


* docs/schemas/domain.rng: Fix up some 4 space indentation
---
 docs/schemas/domain.rng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index b75f17e..1bf44fd 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -1052,11 +1052,11 @@
   </define>
   <define name="guestfwdTarget">
     <element name="target">
-        <attribute name="type">
-            <value>guestfwd</value>
-        </attribute>
-        <attribute name="address"/>
-        <attribute name="port"/>
+      <attribute name="type">
+        <value>guestfwd</value>
+      </attribute>
+      <attribute name="address"/>
+      <attribute name="port"/>
     </element>
   </define>
   <define name="channel">
-- 
1.6.2.5




More information about the libvir-list mailing list