From 95f3345fc62ad8e81b18cdbf50929f5801868fac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Jan 2012 22:34:35 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3948 a436a847-0d15-0410-975c-d299462d15a1 --- src/query.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/query.c') 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); -- cgit v1.2.1