aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-28 07:52:01 +0100
committerDavid Robillard <d@drobilla.net>2018-10-28 09:28:50 +0100
commitd9885bc878c1e2c4f877e409ea11667bc14a05aa (patch)
treec461d664ac5748d27b9e9572a87586630416a721 /lv2
parentcaee326e6ecd1f0f5633e250bf42a44391f741dd (diff)
downloadlv2-d9885bc878c1e2c4f877e409ea11667bc14a05aa.tar.xz
Fix whitespace
Diffstat (limited to 'lv2')
-rw-r--r--lv2/core/lv2core.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl
index dd3e6bd..7dc0afd 100644
--- a/lv2/core/lv2core.ttl
+++ b/lv2/core/lv2core.ttl
@@ -474,11 +474,11 @@ lv2:name
This property is required for Ports, but MUST NOT be used by the host for port identification. The plugin author may change the values of this property without changing the Plugin URI.""" .
lv2:shortName
- a rdf:Property ,
- owl:DatatypeProperty ;
- rdfs:label "short name" ;
- rdfs:range xsd:string ;
- rdfs:comment """A short display name for labeling in a user interface.
+ a rdf:Property ,
+ owl:DatatypeProperty ;
+ rdfs:label "short name" ;
+ rdfs:range xsd:string ;
+ rdfs:comment """A short display name for labeling in a user interface.
The same rules for port names apply here, with the exception that short names should not be longer than 16 characters.""" .