diff options
author | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
commit | e91ebc8536e799bea4658cfe77e86b35a3be40b7 (patch) | |
tree | 9fc14a8e46783987dbe5d2896336d9f2a97b7dfc /test | |
parent | fb451c37b08366e1fa52762fe928e607c599dee4 (diff) | |
download | lilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.tar.gz lilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.tar.bz2 lilv-e91ebc8536e799bea4658cfe77e86b35a3be40b7.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_plugin.c b/test/test_plugin.c index 09cbf5b..5a960b2 100644 --- a/test/test_plugin.c +++ b/test/test_plugin.c @@ -124,7 +124,7 @@ instantiate(const LV2_Descriptor* descriptor, } fprintf(test->rec_file, "instantiate\n"); } - + return (LV2_Handle)test; } @@ -310,7 +310,7 @@ restore(LV2_Handle instance, if (!map_path) { return; } - + char* apath = (char*)retrieve( callback_data, map_uri(plugin, "http://example.org/extfile"), |