NOOP, remove trailing whitespace, replace tabs in python scripts
[ardour.git] / libs / pbd / wscript
index c79b25732bf6afcb7990036c38e2b95123f8157f..654d40463449ed1e828bc03eb7e46dd910f87c50 100644 (file)
@@ -176,6 +176,6 @@ def build(bld):
         testobj.defines      = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
         if sys.platform != 'darwin' and bld.env['build_target'] != 'mingw':
             testobj.linkflags    = ['-lrt']
-            
+
 def shutdown():
     autowaf.shutdown()