From e91ebc8536e799bea4658cfe77e86b35a3be40b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Mar 2012 03:39:52 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/lv2info.c b/utils/lv2info.c index b6955ba..b2f88a1 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -295,14 +295,14 @@ print_plugin(LilvWorld* world, if (data) printf("\n"); lilv_nodes_free(data); - + /* Presets */ LilvNodes* presets = lilv_plugin_get_related(p, preset_class); if (presets) printf("\tPresets: \n"); LILV_FOREACH(nodes, i, presets) { - const LilvNode* preset = lilv_nodes_get(presets, i); + const LilvNode* preset = lilv_nodes_get(presets, i); lilv_world_load_resource(world, preset); LilvNodes* titles = lilv_world_find_nodes( world, preset, label_pred, NULL); -- cgit v1.2.1