summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-29 18:48:45 +0000
committerDavid Robillard <d@drobilla.net>2011-04-29 18:48:45 +0000
commit9839d7e46892d695bbfdf0ddcf2fcb616e41b1ec (patch)
treed502826e4fb60c78aa25889d029aa674f57f13d8 /src/query.c
parent1e7b27c7b322476c437a8524cff4a88245c5efbf (diff)
downloadlilv-9839d7e46892d695bbfdf0ddcf2fcb616e41b1ec.tar.gz
lilv-9839d7e46892d695bbfdf0ddcf2fcb616e41b1ec.tar.bz2
lilv-9839d7e46892d695bbfdf0ddcf2fcb616e41b1ec.zip
Rename command line utilities to avoid clashing with slv2.
Fix indentation. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3235 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/query.c b/src/query.c
index c64b8c4..1155e44 100644
--- a/src/query.c
+++ b/src/query.c
@@ -55,7 +55,7 @@ lilv_lang_matches(const char* a, const char* b)
LilvNodes*
lilv_nodes_from_stream_objects_i18n(LilvWorld* world,
- SordIter* stream)
+ SordIter* stream)
{
LilvNodes* values = lilv_nodes_new();
const SordNode* nolang = NULL; // Untranslated value
@@ -118,7 +118,7 @@ lilv_nodes_from_stream_objects_i18n(LilvWorld* world,
LilvNodes*
lilv_nodes_from_stream_objects(LilvWorld* world,
- SordIter* stream)
+ SordIter* stream)
{
if (lilv_matches_end(stream)) {
lilv_match_end(stream);