From 26b5ad90e914ba18191aadffd79257c06f64b6cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 00:20:58 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4170 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/jalv.c') 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; -- cgit v1.2.1