Changeset 95f5c83 for src


Ignore:
Timestamp:
Oct 1, 2017, 3:29:11 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:
4b943729
Parents:
a6b5bf1
Message:

src/spectral/fft.c: remove trailing space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.c

    ra6b5bf1 r95f5c83  
    487487#ifdef INTEL_IPP_FFT // using Intel IPP FFT
    488488  uint_t i;
    489  
     489
    490490  // convert from real imag  [ r0, 0, ..., rN, iN-1, .., i2, i1, iN-1] to complex format
    491491  s->complexOut[0].re = compspec->data[0];
Note: See TracChangeset for help on using the changeset viewer.