Changeset b701179 for src/spectral


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
  • src/spectral/fft.c

    r14e300e rb701179  
    157157  aubio_DSPSplitComplex spec;
    158158  smpl_t *in, *out;
    159  
     159
    160160#elif defined HAVE_INTEL_IPP  // using Intel IPP
    161161  smpl_t *in, *out;
     
    223223#elif defined HAVE_INTEL_IPP  // using Intel IPP
    224224  const IppHintAlgorithm qualityHint = ippAlgHintAccurate; // OR ippAlgHintFast;
    225   const int flags = IPP_FFT_NODIV_BY_ANY; // we're scaling manually afterwards 
     225  const int flags = IPP_FFT_NODIV_BY_ANY; // we're scaling manually afterwards
    226226  int order = aubio_power_of_two_order(winsize);
    227227  int sizeSpec, sizeInit, sizeBuffer;
Note: See TracChangeset for help on using the changeset viewer.