summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-11-09 00:58:32 +0000
committerDavid Robillard <d@drobilla.net>2009-11-09 00:58:32 +0000
commit023dcf4cb297928879eb0e53cf0216edb562f6fa (patch)
treefb930276209f572fa1c6b231df9ceaf8266be45e
parent17cfbcd5582140c3244a70618e98f22e55494d69 (diff)
downloadingen-023dcf4cb297928879eb0e53cf0216edb562f6fa.tar.gz
ingen-023dcf4cb297928879eb0e53cf0216edb562f6fa.tar.bz2
ingen-023dcf4cb297928879eb0e53cf0216edb562f6fa.zip
Fix tabs in ingen.ttl.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2234 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ingen.ttl18
1 files changed, 9 insertions, 9 deletions
diff --git a/ingen.ttl b/ingen.ttl
index 7b0c827a..83dd60eb 100644
--- a/ingen.ttl
+++ b/ingen.ttl
@@ -23,15 +23,15 @@
doap:browse <http://dev.drobilla.net/browser/trunk/ingen> ;
doap:location <http://svn.drobilla.net/lad/trunk/ingen>
] ;
- hi:supportsExtension [
- hi:extension <http://lv2plug.in/ns/extensions/ui> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/midi> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/dev/presets> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/event> ;
- ] ;
+ hi:supportsExtension [
+ hi:extension <http://lv2plug.in/ns/extensions/ui> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/ext/midi> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/dev/presets> ;
+ ] , [
+ hi:extension <http://lv2plug.in/ns/ext/event> ;
+ ] ;
doap:description """
A modular audio processing environment, where most functionality is provided
by generic plugins. Patching of audio, MIDI, and control data is supported.