summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/instance.c1
-rw-r--r--src/state.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/instance.c b/src/instance.c
index ef64405..80bbb99 100644
--- a/src/instance.c
+++ b/src/instance.c
@@ -124,4 +124,3 @@ lilv_instance_free(LilvInstance* instance)
instance->pimpl = NULL;
free(instance);
}
-
diff --git a/src/state.c b/src/state.c
index 3205dcc..bedbea0 100644
--- a/src/state.c
+++ b/src/state.c
@@ -755,7 +755,7 @@ remove_manifest_entry(SordWorld* world, SordModel* model, const char* subject)
sord_iter_free(i);
sord_node_free(world, s);
}
-
+
static int
add_state_to_manifest(LilvWorld* lworld,
const LilvNode* plugin_uri,
@@ -1150,7 +1150,7 @@ lilv_state_delete(LilvWorld* world,
free(manifest_path);
lilv_node_free(manifest);
lilv_node_free(bundle);
-
+
return 0;
}