ref: bf1c0e438f5e9bf6eaef2eb2e47135c2000744b6
parent: d45f5274ff7a1232f0773c559bb0f3a48a5e839a
author: Paul Brossier <[email protected]>
date: Thu Sep 22 19:16:09 EDT 2016
src/spectral/specdesc.c: remove trailing spaces
--- a/src/spectral/specdesc.c
+++ b/src/spectral/specdesc.c
@@ -278,7 +278,7 @@
}
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 @@
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;