summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-22 22:15:21 +0000
committerDavid Robillard <d@drobilla.net>2011-04-22 22:15:21 +0000
commit4769db412dffcee699116a63fc714f88513fa0c6 (patch)
treef5c9558af207924d325af1b6a09d4c311b6fe908 /templates
parent57bf3cf0634dc185020cf4a02c372011a27a6a45 (diff)
Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)
git-svn-id: svn://localhost/ardour2/branches/3.0@9409 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wscript b/templates/wscript
index c6312c8411..62ed37e5a2 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -10,7 +10,7 @@ def configure(conf):
pass
def build(bld):
-
+
subst_dict = {}
if bld.env['COREAUDIO']:
subst_dict['%JACK_INPUT%'] = 'coreaudio:Built-in Audio:in'