shithub: aubio

Download patch

ref: fee00949173342f9e7ea167f0c5f3dbf4b303472
parent: 23facacbd4fc1fee9c867190ae831a379eed4a72
author: Paul Brossier <piem@piem.org>
date: Sat Sep 30 16:24:02 EDT 2017

wscript: remove trailing spaces

--- a/wscript
+++ b/wscript
@@ -105,7 +105,7 @@
     target_platform = sys.platform
     if ctx.options.target_platform:
         target_platform = ctx.options.target_platform
-    
+
     from waflib import Options
 
     if target_platform=='emscripten':
@@ -115,9 +115,7 @@
 
     ctx.load('waf_unit_test')
     ctx.load('gnu_dirs')
-    
-    
-    
+
     # check for common headers
     ctx.check(header_name='stdlib.h')
     ctx.check(header_name='stdio.h')
@@ -439,7 +437,7 @@
 
     # main source
     bld.recurse('src')
-    
+
     # add sub directories
     if bld.env['DEST_OS'] not in ['ios', 'iosimulator', 'android']:
         if bld.env['DEST_OS']=='emscripten' and not bld.options.testcmd: