diff options
author | M. Kaijser <mcm.kaijser@gmail.com> | 2013-05-01 15:00:29 +0200 |
---|---|---|
committer | M. Kaijser <mcm.kaijser@gmail.com> | 2013-05-01 15:07:11 +0200 |
commit | 730c3535f3e6df2c2ac567197ecd0c7fd456ab74 (patch) | |
tree | 0f14d8246f9dc24fc0a63938c11fd66739fdd1a1 /addons/xbmc.gui | |
parent | 3f0e77e3e300c879a0676d95d00c2e3474ced119 (diff) |
[cosmetics] convert tabs to space for consistency
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r-- | addons/xbmc.gui/skin.xsd | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd index 2dd9863f63..c669367a16 100644 --- a/addons/xbmc.gui/skin.xsd +++ b/addons/xbmc.gui/skin.xsd @@ -1,23 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> - <xs:attribute name="point" type="xs:string" use="required"/> - <xs:attribute name="id" type="simpleIdentifier"/> - <xs:attribute name="name" type="xs:string"/> - - <xs:attribute name="defaultresolution" type="xs:string" use="required"/> - <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> - <xs:attribute name="defaultthemename" type="xs:string" use="required"/> - <xs:attribute name="effectslowdown" type="xs:float"/> - <xs:attribute name="debugging" type="xs:boolean"/> - - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + <xs:element name="extension"> + <xs:complexType> + <xs:attribute name="point" type="xs:string" use="required"/> + <xs:attribute name="id" type="simpleIdentifier"/> + <xs:attribute name="name" type="xs:string"/> + <xs:attribute name="defaultresolution" type="xs:string" use="required"/> + <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> + <xs:attribute name="defaultthemename" type="xs:string" use="required"/> + <xs:attribute name="effectslowdown" type="xs:float"/> + <xs:attribute name="debugging" type="xs:boolean"/> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> </xs:schema> |