summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-05-21 03:29:40 +0000
committerDavid Robillard <d@drobilla.net>2015-05-21 03:29:40 +0000
commit3fd14295cb71b2cfe17e4f6fe878559c53f9e830 (patch)
tree77f4bd662a72eeb236694c45be72b537a2e93561 /src
parent9cf76f4805ba44cca83318364cf38d57b1ca4fae (diff)
downloadlilv-3fd14295cb71b2cfe17e4f6fe878559c53f9e830.tar.gz
lilv-3fd14295cb71b2cfe17e4f6fe878559c53f9e830.tar.bz2
lilv-3fd14295cb71b2cfe17e4f6fe878559c53f9e830.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5680 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-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;
}