second part of: change offset arguments to various <T>Buffer::read/merge methods...
[ardour.git] / libs / midi++2 / wscript
index 9592e31a9af1676919f3ae41598350b0cb2f68be..10a37466e197f77c8ca8157e0f5a1fcf5aae6241 100644 (file)
@@ -74,7 +74,7 @@ def build(bld):
     obj.vnum         = LIBMIDIPP_LIB_VERSION
     obj.install_path = bld.env['LIBDIR']
 
-    if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'): 
+    if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
         # Unit tests
         obj              = bld(features = 'cxx cxxprogram')
         obj.source       = '''