converts tabs to spaces

This commit is contained in:
Jack Humbert 2016-04-21 00:40:00 -04:00
parent 73228f5e5d
commit e89b806b85
2 changed files with 47 additions and 47 deletions

View file

@ -11,9 +11,9 @@
float voice_envelope(float frequency);
typedef enum {
default_voice,
butts_fader,
octave_crunch
default_voice,
butts_fader,
octave_crunch
} voice_type;
void set_voice(voice_type v);