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/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/wscript') 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') - -- cgit v1.2.1