aboutsummaryrefslogtreecommitdiffstats
path: root/ext/host-info.lv2/host-info.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-27 15:42:46 +0000
committerDavid Robillard <d@drobilla.net>2011-10-27 15:42:46 +0000
commit50fc4c3dd2ac72311170436e455770f9c6814ffd (patch)
treee726df93aef0cfb6bd53e956a4ea1ecfa1d3b830 /ext/host-info.lv2/host-info.ttl
parent9adcb3b918e11838464e183c5b4dd2036dc67a03 (diff)
downloadlv2-50fc4c3dd2ac72311170436e455770f9c6814ffd.tar.xz
Port lv2specgen to rdflib.
Diffstat (limited to 'ext/host-info.lv2/host-info.ttl')
-rw-r--r--ext/host-info.lv2/host-info.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl
index 8289f02..d19a7a4 100644
--- a/ext/host-info.lv2/host-info.ttl
+++ b/ext/host-info.lv2/host-info.ttl
@@ -49,11 +49,11 @@ extensions are supported by a given host.</p>
@prefix hi: &lt;http://lv2plug.in/ns/ext/host-info#&gt; .
&lt;http://example.org/some-host&gt; a hi:Host ;
- doap:name "Foo Rack" ;
- hi:supportsExtension [
- hi:extension &lt;http://example.org/some-extension&gt; ;
- hi:sinceVersion "1.2.0"
- ] .
+ doap:name "Foo Rack" ;
+ hi:supportsExtension [
+ hi:extension &lt;http://example.org/some-extension&gt; ;
+ hi:sinceVersion "1.2.0"
+ ] .
</pre>
""" .