aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 00:20:58 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 00:20:58 +0000
commit26b5ad90e914ba18191aadffd79257c06f64b6cd (patch)
treea16e8d579f1657f0f89aff2991dd1d56c00f1838 /src/jalv.c
parentc6ce7e0bae9c720a055b6ef27c4c4e490e67e125 (diff)
downloadjalv-26b5ad90e914ba18191aadffd79257c06f64b6cd.tar.gz
jalv-26b5ad90e914ba18191aadffd79257c06f64b6cd.tar.bz2
jalv-26b5ad90e914ba18191aadffd79257c06f64b6cd.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4170 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 5e836a6..4fc67b0 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -718,19 +718,19 @@ main(int argc, char** argv)
/* Cache URIs for concepts we'll use */
host.nodes.atom_AtomPort = lilv_new_uri(world, LV2_ATOM__AtomPort);
- host.nodes.atom_Chunk = lilv_new_uri(world, LV2_ATOM__Chunk);
+ host.nodes.atom_Chunk = lilv_new_uri(world, LV2_ATOM__Chunk);
host.nodes.atom_Sequence = lilv_new_uri(world, LV2_ATOM__Sequence);
host.nodes.ev_EventPort = lilv_new_uri(world, LV2_EVENT__EventPort);
- host.nodes.lv2_AudioPort = lilv_new_uri(world, LV2_CORE__AudioPort);
+ host.nodes.lv2_AudioPort = lilv_new_uri(world, LV2_CORE__AudioPort);
host.nodes.lv2_ControlPort = lilv_new_uri(world, LV2_CORE__ControlPort);
host.nodes.lv2_InputPort = lilv_new_uri(world, LV2_CORE__InputPort);
- host.nodes.lv2_OutputPort = lilv_new_uri(world, LV2_CORE__OutputPort);
+ host.nodes.lv2_OutputPort = lilv_new_uri(world, LV2_CORE__OutputPort);
host.nodes.lv2_connectionOptional = lilv_new_uri(world, LV2_CORE__connectionOptional);
host.nodes.midi_MidiEvent = lilv_new_uri(world, LV2_MIDI__MidiEvent);
- host.nodes.pset_Preset = lilv_new_uri(world, LV2_PRESETS__Preset);
+ host.nodes.pset_Preset = lilv_new_uri(world, LV2_PRESETS__Preset);
host.nodes.rdfs_label = lilv_new_uri(world, LILV_NS_RDFS "label");
- host.nodes.work_interface = lilv_new_uri(world, LV2_WORKER__interface);
- host.nodes.work_schedule = lilv_new_uri(world, LV2_WORKER__schedule);
+ host.nodes.work_interface = lilv_new_uri(world, LV2_WORKER__interface);
+ host.nodes.work_schedule = lilv_new_uri(world, LV2_WORKER__schedule);
/* Get plugin URI from loaded state or command line */
LilvState* state = NULL;