Changeset bf1c0e43


Ignore:
Timestamp:
Sep 22, 2016, 11:16:09 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, pitchshift, sampler, timestretch, yinfft+
Children:
8076ecd
Parents:
d45f527
Message:

src/spectral/specdesc.c: remove trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/specdesc.c

    rd45f527 rbf1c0e43  
    279279  switch(onset_type) {
    280280    /* for both energy and hfc, only fftgrain->norm is required */
    281     case aubio_onset_energy: 
     281    case aubio_onset_energy:
    282282      break;
    283283    case aubio_onset_hfc:
     
    367367void del_aubio_specdesc (aubio_specdesc_t *o){
    368368  switch(o->onset_type) {
    369     case aubio_onset_energy: 
     369    case aubio_onset_energy:
    370370      break;
    371371    case aubio_onset_hfc:
Note: See TracChangeset for help on using the changeset viewer.