Changeset b701179 for wscript


Ignore:
Timestamp:
Oct 1, 2017, 6:55:35 PM (7 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:
f3f0d14
Parents:
14e300e
Message:

src/*.c, wscript: remove trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r14e300e rb701179  
    290290    else:
    291291        ctx.msg('Checking if complex.h is enabled', 'no')
    292    
     292
    293293    # check for Intel IPP
    294294    if (ctx.options.enable_intelipp != False):
     
    302302        else:
    303303            ctx.msg('Checking if Intel IPP is available', 'no')
    304    
     304
    305305    # check for fftw3
    306306    if (ctx.options.enable_fftw3 != False or ctx.options.enable_fftw3f != False):
Note: See TracChangeset for help on using the changeset viewer.