summaryrefslogtreecommitdiffstats
path: root/utils/lv2info.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commite91ebc8536e799bea4658cfe77e86b35a3be40b7 (patch)
tree9fc14a8e46783987dbe5d2896336d9f2a97b7dfc /utils/lv2info.c
parentfb451c37b08366e1fa52762fe928e607c599dee4 (diff)
downloadlilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.tar.gz
lilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.tar.bz2
lilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lv2info.c')
-rw-r--r--utils/lv2info.c4
1 files changed, 2 insertions, 2 deletions
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);