Changeset fee0094


Ignore:
Timestamp:
Sep 30, 2017, 8:24:02 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
ee4fc9c
Parents:
23facac
Message:

wscript: remove trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r23facac rfee0094  
    106106    if ctx.options.target_platform:
    107107        target_platform = ctx.options.target_platform
    108    
     108
    109109    from waflib import Options
    110110
     
    116116    ctx.load('waf_unit_test')
    117117    ctx.load('gnu_dirs')
    118    
    119    
    120    
     118
    121119    # check for common headers
    122120    ctx.check(header_name='stdlib.h')
     
    440438    # main source
    441439    bld.recurse('src')
    442    
     440
    443441    # add sub directories
    444442    if bld.env['DEST_OS'] not in ['ios', 'iosimulator', 'android']:
Note: See TracChangeset for help on using the changeset viewer.