summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-14 22:34:35 +0000
committerDavid Robillard <d@drobilla.net>2012-01-14 22:34:35 +0000
commit95f3345fc62ad8e81b18cdbf50929f5801868fac (patch)
treedb57bd04e5f74b5551eefbad0c40b524da5bc8b9 /src/query.c
parent1b9ec3c3973a7df3946c43bb9b404f1e1e770354 (diff)
downloadlilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.gz
lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.bz2
lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.zip
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3948 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c
index d8d4ea7..68c08b4 100644
--- a/src/query.c
+++ b/src/query.c
@@ -82,7 +82,9 @@ lilv_nodes_from_stream_objects_i18n(LilvWorld* world,
partial = value;
}
} else {
- zix_tree_insert(values, lilv_node_new_from_node(world, value), NULL);
+ zix_tree_insert(values,
+ lilv_node_new_from_node(world, value),
+ NULL);
}
}
lilv_match_end(stream);