aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-19 04:05:29 -0500
committerDavid Robillard <d@drobilla.net>2015-02-20 00:31:50 -0500
commit8adeb93d8d326732ffaa445fba7654e4b84721f2 (patch)
tree12c281909c0bca63d932e7567d44c6cb83cfe7c5 /plugins/eg-amp.lv2
parentbc893b67b17c3bbed7e60350d905381608085435 (diff)
downloadlv2-8adeb93d8d326732ffaa445fba7654e4b84721f2.tar.xz
Clean up whitespace.
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r--plugins/eg-amp.lv2/amp.c2
-rw-r--r--plugins/eg-amp.lv2/wscript3
2 files changed, 2 insertions, 3 deletions
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
-