Strip trailing whitespace from waf scripts.

git-svn-id: svn://localhost/ardour2/branches/3.0@5045 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-05-04 22:10:15 +00:00
parent d76a5d9958
commit d3d1e2c286
19 changed files with 40 additions and 40 deletions

View file

@ -49,7 +49,7 @@ def build(bld):
obj.uselib += ' AUBIO '
obj.vnum = LIBARDOURVAMPPLUGINS_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
def shutdown():
autowaf.shutdown()