From 8adeb93d8d326732ffaa445fba7654e4b84721f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Feb 2015 04:05:29 -0500 Subject: Clean up whitespace. --- plugins/eg-amp.lv2/amp.c | 2 +- plugins/eg-amp.lv2/wscript | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/eg-amp.lv2') diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c index eea9861..2aa39c4 100644 --- a/plugins/eg-amp.lv2/amp.c +++ b/plugins/eg-amp.lv2/amp.c @@ -214,7 +214,7 @@ static const LV2_Descriptor descriptor = { indices to find all the plugins defined in the library. The index is not an indentifier, the URI of the returned descriptor is used to determine the identify of the plugin. - + This method is in the ``discovery'' threading class, so no other functions or methods in this plugin library will be called concurrently with it. */ diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript index e068a60..96152c1 100644 --- a/plugins/eg-amp.lv2/wscript +++ b/plugins/eg-amp.lv2/wscript @@ -22,7 +22,7 @@ def configure(conf): if not autowaf.is_child(): autowaf.check_pkg(conf, 'lv2', uselib_store='LV2') - + conf.check(features='c cshlib', lib='m', uselib_store='M', mandatory=False) autowaf.display_msg(conf, 'LV2 bundle directory', conf.env.LV2DIR) @@ -64,4 +64,3 @@ def build(bld): uselib = 'M LV2', includes = includes) obj.env.cshlib_PATTERN = module_pat - -- cgit v1.2.1