summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin.c b/src/plugin.c
index c4233c4..2a945f4 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -843,7 +843,7 @@ lilv_plugin_write_description(LilvWorld* world,
const uint32_t num_ports = lilv_plugin_get_num_ports(plugin);
const SerdNode* base = sord_node_to_serd_node(base_uri->val.uri_val);
SerdEnv* env = new_lv2_env(base);
-
+
SerdWriter* writer = serd_writer_new(
SERD_TURTLE,
SERD_STYLE_ABBREVIATED|SERD_STYLE_CURIED,
@@ -867,7 +867,7 @@ lilv_plugin_write_description(LilvWorld* world,
world, port->node, NULL, NULL);
sord_write_iter(iter, writer);
}
-
+
serd_writer_free(writer);
serd_env_free(env);
}