summaryrefslogtreecommitdiff
path: root/libs/rubberband
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-04 22:10:15 +0000
committerDavid Robillard <d@drobilla.net>2009-05-04 22:10:15 +0000
commitd3d1e2c286fe31156557c2d304409f727c7c49c2 (patch)
tree9aeeca24a93f7b64cb4a55b5d44bd3199e5473ce /libs/rubberband
parentd76a5d995899ceff895366bb5ae035f8d3af70cc (diff)
Strip trailing whitespace from waf scripts.
git-svn-id: svn://localhost/ardour2/branches/3.0@5045 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/rubberband')
-rw-r--r--libs/rubberband/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rubberband/wscript b/libs/rubberband/wscript
index b5f0e2ad7a..9cf5dbda8e 100644
--- a/libs/rubberband/wscript
+++ b/libs/rubberband/wscript
@@ -59,7 +59,7 @@ def build(bld):
obj.vnum = LIBRUBBERBAND_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.cxxflags = '-DPACKAGE="librubberband"'
-
+
def shutdown():
autowaf.shutdown()