From 9a582a3edcb9c6c0b2866920dc2b55e4178e3660 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 23:21:46 +0000 Subject: Normalise syntax via serdi. --- .../ns/ext/instance-access/instance-access.ttl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/instance-access') diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl index 2ed2825..492b2d3 100644 --- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl +++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl @@ -23,11 +23,11 @@ dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; + rdfs:label "Update packaging." ] , [ - rdfs:label "Improve documentation." ; - ] ; - ] ; + rdfs:label "Improve documentation." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -35,11 +35,11 @@ dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system for installation." ; + rdfs:label "Add build system for installation." ] , [ - rdfs:label "Switch to ISC license." ; - ] ; - ] ; + rdfs:label "Switch to ISC license." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-10-04" ; @@ -47,9 +47,9 @@ dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; lv2:documentation """

This extension defines a feature which allows plugin UIs to get a direct -- cgit v1.2.1