From e91ebc8536e799bea4658cfe77e86b35a3be40b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Mar 2012 03:39:52 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1 --- test/test_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_plugin.c') 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"), -- cgit v1.2.1