From 50fc4c3dd2ac72311170436e455770f9c6814ffd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Oct 2011 15:42:46 +0000 Subject: Port lv2specgen to rdflib. --- ext/host-info.lv2/host-info.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/host-info.lv2') 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.

@prefix hi: <http://lv2plug.in/ns/ext/host-info#> . <http://example.org/some-host> a hi:Host ; - doap:name "Foo Rack" ; - hi:supportsExtension [ - hi:extension <http://example.org/some-extension> ; - hi:sinceVersion "1.2.0" - ] . + doap:name "Foo Rack" ; + hi:supportsExtension [ + hi:extension <http://example.org/some-extension> ; + hi:sinceVersion "1.2.0" + ] . """ . -- cgit v1.2.1