From 06f8936a73191b5c87288f4fe3bf9e5ffbb5f0e4 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Tue, 25 Jan 2022 00:23:43 +0100 Subject: [PATCH] wscript: remove trailing whitespace --- libs/backends/jack/wscript | 1 - libs/canvas/wscript | 3 +-- libs/plugins/a-delay.lv2/wscript | 2 +- libs/plugins/a-eq.lv2/wscript | 2 +- libs/ptformat/wscript | 4 ++-- libs/surfaces/push2/wscript | 4 ++-- libs/temporal/wscript | 2 +- libs/widgets/wscript | 1 - 8 files changed, 8 insertions(+), 11 deletions(-) diff --git a/libs/backends/jack/wscript b/libs/backends/jack/wscript index 23ac7a8026..1f33c13fbc 100644 --- a/libs/backends/jack/wscript +++ b/libs/backends/jack/wscript @@ -116,4 +116,3 @@ def build(bld): if re.search ("linux", sys.platform) != None: obj.uselib += [ 'ALSA' ] - diff --git a/libs/canvas/wscript b/libs/canvas/wscript index 765119c64f..04a21b2f9e 100644 --- a/libs/canvas/wscript +++ b/libs/canvas/wscript @@ -161,7 +161,6 @@ def build(bld): manual_testobj.target = target manual_testobj.install_path = '' - + def shutdown(): autowaf.shutdown() - diff --git a/libs/plugins/a-delay.lv2/wscript b/libs/plugins/a-delay.lv2/wscript index cfe5437ce2..f0e2e79aa9 100644 --- a/libs/plugins/a-delay.lv2/wscript +++ b/libs/plugins/a-delay.lv2/wscript @@ -15,7 +15,7 @@ def options(opt): def configure(conf): autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2_1_0_0') - autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0') + autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0') def build(bld): bundle = 'a-delay.lv2' diff --git a/libs/plugins/a-eq.lv2/wscript b/libs/plugins/a-eq.lv2/wscript index ac7d817040..26d69c569d 100644 --- a/libs/plugins/a-eq.lv2/wscript +++ b/libs/plugins/a-eq.lv2/wscript @@ -15,7 +15,7 @@ def options(opt): def configure(conf): autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2_1_0_0') - autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0') + autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.12.0') def build(bld): bundle = 'a-eq.lv2' diff --git a/libs/ptformat/wscript b/libs/ptformat/wscript index 9724b09ddf..aedae89a8e 100644 --- a/libs/ptformat/wscript +++ b/libs/ptformat/wscript @@ -35,7 +35,7 @@ def build(bld): obj = bld.stdlib (source = [ 'ptformat.cc' ]) obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ] obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ] - + obj.export_includes = ['.'] obj.includes = ['.'] obj.name = 'libptformat' @@ -45,6 +45,6 @@ def build(bld): obj.vnum = LIBPTFORMAT_LIB_VERSION obj.install_path = bld.env['LIBDIR'] obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ] - + def shutdown(): autowaf.shutdown() diff --git a/libs/surfaces/push2/wscript b/libs/surfaces/push2/wscript index f414a61b10..b26777ea94 100644 --- a/libs/surfaces/push2/wscript +++ b/libs/surfaces/push2/wscript @@ -8,11 +8,11 @@ out = 'build' def options(opt): autowaf.set_options(opt) - + def configure(conf): autowaf.check_pkg(conf, 'pangomm-1.4', uselib_store='PANGOMM', atleast_version='1.4', mandatory=True) autowaf.check_pkg(conf, 'cairomm-1.0', uselib_store='CAIROMM', atleast_version='1.8.4', mandatory=True) - + def build(bld): obj = bld(features = 'cxx cxxshlib') obj.source = ''' diff --git a/libs/temporal/wscript b/libs/temporal/wscript index eb58dd0b23..cc16e5047a 100644 --- a/libs/temporal/wscript +++ b/libs/temporal/wscript @@ -24,7 +24,7 @@ APPNAME = 'temporal' VERSION = TEMPORAL_VERSION I18N_PACKAGE = 'libtemporal' -temporal_sources = [ +temporal_sources = [ 'debug.cc', 'bbt_time.cc', 'beats.cc', diff --git a/libs/widgets/wscript b/libs/widgets/wscript index 4d10596974..5dd046efb8 100644 --- a/libs/widgets/wscript +++ b/libs/widgets/wscript @@ -84,4 +84,3 @@ def build(bld): def shutdown(): autowaf.shutdown() -