summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 01:49:51 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 01:49:51 +0000
commit4f3316c9c7842c4c745291b6699afaade6b8531d (patch)
treec9424da990c35a86b8f77d1352b2ca7a5c264a06 /src/query.c
parentcfa70a49ec316be6ab83769161a5e02b97c84f65 (diff)
downloadlilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.gz
lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.tar.bz2
lilv-4f3316c9c7842c4c745291b6699afaade6b8531d.zip
Remove repeated blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/query.c b/src/query.c
index 6730bd7..9f331da 100644
--- a/src/query.c
+++ b/src/query.c
@@ -27,7 +27,6 @@
#include "slv2/util.h"
#include "slv2_internal.h"
-
SLV2Matches
slv2_plugin_find_statements(SLV2Plugin plugin,
SLV2Node subject,
@@ -39,7 +38,6 @@ slv2_plugin_find_statements(SLV2Plugin plugin,
return sord_find(plugin->world->model, pat);
}
-
SLV2Values
slv2_values_from_stream_i18n(SLV2Plugin p,
SLV2Matches stream)