diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 04:05:29 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 00:31:50 -0500 |
commit | 8adeb93d8d326732ffaa445fba7654e4b84721f2 (patch) | |
tree | 12c281909c0bca63d932e7567d44c6cb83cfe7c5 /plugins/wscript | |
parent | bc893b67b17c3bbed7e60350d905381608085435 (diff) | |
download | lv2-8adeb93d8d326732ffaa445fba7654e4b84721f2.tar.xz |
Clean up whitespace.
Diffstat (limited to 'plugins/wscript')
-rw-r--r-- | plugins/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/wscript b/plugins/wscript index f099183..db641b4 100644 --- a/plugins/wscript +++ b/plugins/wscript @@ -15,7 +15,7 @@ def bld_book_src(task): filenames += [i.abspath()] literasc.gen(open(task.outputs[0].abspath(), 'w'), filenames) - + def build(bld): files = [bld.path.find_node('README.txt')] for i in ['eg-amp.lv2', @@ -41,4 +41,3 @@ def build(bld): stylesdir, pygments_style), source = 'book.txt', target = 'book.html') - |