summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent W. Chen <noodlewiz@gmail.com>2014-04-09 18:34:31 -0700
committerUli Schlachter <psychon@znc.in>2014-04-10 16:26:43 +0200
commita37c762e33fd4005623f4c6751954d7fc94d46e2 (patch)
treec30ff220675f396a43ef3b40e9ea3c19eb584e55
parent4270141a7cb3c68f50251be19a5a628aa18553e6 (diff)
Remove extraneous spaces between <value> tags
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>
-rw-r--r--src/dri2.xml2
-rw-r--r--src/xf86vidmode.xml2
-rw-r--r--src/xinput.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dri2.xml b/src/dri2.xml
index 0160c6b..20d6649 100644
--- a/src/dri2.xml
+++ b/src/dri2.xml
@@ -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>
diff --git a/src/xf86vidmode.xml b/src/xf86vidmode.xml
index 9dacaef..a165c11 100644
--- a/src/xf86vidmode.xml
+++ b/src/xf86vidmode.xml
@@ -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>
diff --git a/src/xinput.xml b/src/xinput.xml
index fa115bd..924c003 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -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>