projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45f527
)
src/spectral/specdesc.c: remove trailing spaces
author
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 21:16:09 +0000
(23:16 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 21:16:09 +0000
(23:16 +0200)
src/spectral/specdesc.c
patch
|
blob
|
history
diff --git
a/src/spectral/specdesc.c
b/src/spectral/specdesc.c
index
fb9b2f7
..
138dd48
100644
(file)
--- 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;