Remove extraneous spaces between <value> tags
authorVincent W. Chen <noodlewiz@gmail.com>
Thu, 10 Apr 2014 01:34:31 +0000 (18:34 -0700)
committerUli Schlachter <psychon@znc.in>
Thu, 10 Apr 2014 14:26:43 +0000 (16:26 +0200)
These are the only places where spaces are allowed between <value> tags.
This is not only inconsistent but also complicates the parsing of values
as integers.

Signed-off-by: Uli Schlachter <psychon@znc.in>
src/dri2.xml
src/xf86vidmode.xml
src/xinput.xml

index 0160c6b..20d6649 100644 (file)
@@ -98,7 +98,7 @@ authorization from the authors.
              <op op="&amp;">
                  <op op="+">
                      <fieldref>driver_name_length</fieldref>
-                     <value> 3 </value>
+                     <value>3</value>
                  </op>
                  <unop op="~">
                      <value>3</value>
index 9dacaef..a165c11 100644 (file)
@@ -159,7 +159,7 @@ authorization from the authors.
                    <op op="&amp;">
                        <op op="+">
                            <fieldref>vendor_length</fieldref>
-                           <value> 3 </value>
+                           <value>3</value>
                        </op>
                        <unop op="~">
                            <value>3</value>
index fa115bd..924c003 100644 (file)
@@ -1000,7 +1000,7 @@ authorization from the authors.
     <!-- ChangeDeviceProperty -->
 
     <enum name="PropertyFormat">
-        <item name="8Bits">  <value> 8</value> </item>
+        <item name="8Bits">  <value>8</value> </item>
         <item name="16Bits"> <value>16</value> </item>
         <item name="32Bits"> <value>32</value> </item>
     </enum>