diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-21 00:40:00 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-21 00:40:00 -0400 |
commit | e89b806b850ad1b5484176664288b71b0131683e (patch) | |
tree | bb5f4f2531cfbdafc9cd866b27edfdf96d8e0b59 /quantum/audio/voices.h | |
parent | 73228f5e5d1d4cd31a46e5e93aa893a8f727e3b9 (diff) |
converts tabs to spaces
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 32135dac7f..317f5d98c5 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -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); |