diff options
author | David Robillard <d@drobilla.net> | 2009-11-09 00:58:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-11-09 00:58:32 +0000 |
commit | 023dcf4cb297928879eb0e53cf0216edb562f6fa (patch) | |
tree | fb930276209f572fa1c6b231df9ceaf8266be45e | |
parent | 17cfbcd5582140c3244a70618e98f22e55494d69 (diff) | |
download | ingen-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.ttl | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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. |