From: Paul Brossier Date: Thu, 22 Sep 2016 21:16:09 +0000 (+0200) Subject: src/spectral/specdesc.c: remove trailing spaces X-Git-Tag: 0.4.4~204 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bf1c0e438f5e9bf6eaef2eb2e47135c2000744b6;p=aubio.git src/spectral/specdesc.c: remove trailing spaces --- diff --git a/src/spectral/specdesc.c b/src/spectral/specdesc.c index fb9b2f79..138dd48f 100644 --- a/src/spectral/specdesc.c +++ b/src/spectral/specdesc.c @@ -278,7 +278,7 @@ new_aubio_specdesc (const char_t * onset_mode, uint_t size){ } switch(onset_type) { /* for both energy and hfc, only fftgrain->norm is required */ - case aubio_onset_energy: + case aubio_onset_energy: break; case aubio_onset_hfc: break; @@ -366,7 +366,7 @@ new_aubio_specdesc (const char_t * onset_mode, uint_t size){ void del_aubio_specdesc (aubio_specdesc_t *o){ switch(o->onset_type) { - case aubio_onset_energy: + case aubio_onset_energy: break; case aubio_onset_hfc: break;