summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c
index 6d31cd7..4155c07 100644
--- a/src/world.c
+++ b/src/world.c
@@ -247,7 +247,7 @@ struct _SLV2Header*
slv2_sequence_get_by_uri(GSequence* seq,
SLV2Value uri)
{
- struct _SLV2Header key = { NULL, uri };
+ struct _SLV2Header key = { NULL, uri };
GSequenceIter* i = g_sequence_search(
seq, &key, slv2_header_compare_by_uri, NULL);
@@ -303,7 +303,7 @@ slv2_world_add_plugin(SLV2World world,
if (dyn_manifest_lib) {
plugin->dynman_uri = slv2_value_new_from_node(world, dyn_manifest_lib);
}
-
+
// Add all plugin data files (rdfs:seeAlso)
SLV2Matches files = slv2_world_find_statements(
world, world->model,