aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-17 21:56:06 +0000
committerDavid Robillard <d@drobilla.net>2012-04-17 21:56:06 +0000
commitb158aa9e8f2890fefecf8c43588ad49eb182a13a (patch)
tree05914bfdcd1e918d2d07faf49f22c6748862db23
parentfba2266a76595c9b2e9f7d25953c95de88367498 (diff)
downloadlv2-b158aa9e8f2890fefecf8c43588ad49eb182a13a.tar.xz
Fix whitespace.
-rw-r--r--schemas/xsd.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/xsd.ttl b/schemas/xsd.ttl
index a800e1d..1421c0c 100644
--- a/schemas/xsd.ttl
+++ b/schemas/xsd.ttl
@@ -49,7 +49,7 @@ xsd:byte
xsd:date
a rdfs:Datatype ;
- xsd:pattern "-?[0-9][0-9][0-9][0-9]([0-9]*)?-(0[1-9]|1[0-1])-([0-3][1-9])([+-][0-1][0-9]:[0-6][0-9])?$" .
+ xsd:pattern "-?[0-9][0-9][0-9][0-9]([0-9]*)?-(0[1-9]|1[0-1])-([0-3][1-9])([+-][0-1][0-9]:[0-6][0-9])?$" .
xsd:dateTime
a rdfs:Datatype .
@@ -60,7 +60,7 @@ xsd:decimal
xsd:double
a rdfs:Datatype ;
- xsd:pattern "[+-]?[0-9]*\\.?[0-9]*([eE][-+]?[0-9]+)$" .
+ xsd:pattern "[+-]?[0-9]*\\.?[0-9]*([eE][-+]?[0-9]+)$" .
xsd:duration
a rdfs:Datatype .