summaryrefslogtreecommitdiff
path: root/libs/backends
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-29 17:52:42 +0100
committerRobin Gareus <robin@gareus.org>2015-11-29 17:54:31 +0100
commit73d1de3b75172115beb6a30edacb4861893d97fd (patch)
treea1b23d677fe85b238dc51c8e38c38e25e07695b0 /libs/backends
parent0d250a0db8c58ca7559c8c1640bbdcf6e9c3a1bb (diff)
NOOP, remove trailing whitespace, replace tabs in python scripts
Diffstat (limited to 'libs/backends')
-rw-r--r--libs/backends/jack/wscript6
-rw-r--r--libs/backends/wscript2
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/backends/jack/wscript b/libs/backends/jack/wscript
index a7f1570e05..17b4d160dc 100644
--- a/libs/backends/jack/wscript
+++ b/libs/backends/jack/wscript
@@ -62,7 +62,7 @@ def configure(conf):
def build(bld):
obj = bld(features = 'c cxx cxxshlib')
- obj.source = [
+ obj.source = [
'jack_api.cc',
'jack_connection.cc',
'jack_audiobackend.cc',
@@ -74,7 +74,7 @@ def build(bld):
obj.includes = ['.']
obj.name = 'jack_audiobackend'
obj.target = 'jack_audiobackend'
- obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
+ obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
'ARDOURBACKEND_DLL_EXPORTS'
]
obj.use = 'libardour libpbd ardouralsautil'
@@ -111,7 +111,7 @@ def build(bld):
#
# device discovery code in the jack backend needs ALSA
# on Linux.
- #
+ #
if re.search ("linux", sys.platform) != None:
obj.uselib += [ 'ALSA' ]
diff --git a/libs/backends/wscript b/libs/backends/wscript
index a504796980..833d831e27 100644
--- a/libs/backends/wscript
+++ b/libs/backends/wscript
@@ -19,7 +19,7 @@ def sub_config_and_use(conf, name, has_objects = True):
def configure(conf):
autowaf.set_recursive()
autowaf.configure(conf)
-
+
backends = conf.env['BACKENDS']
for i in backends:
sub_config_and_use(conf, i)