From 3fd14295cb71b2cfe17e4f6fe878559c53f9e830 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 May 2015 03:29:40 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5680 a436a847-0d15-0410-975c-d299462d15a1 --- src/instance.c | 1 - src/state.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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; } -- cgit v1.2.1