summaryrefslogtreecommitdiffstats
path: root/quantum/audio/voices.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-21 06:40:00 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-21 06:40:00 +0200
commite89b806b850ad1b5484176664288b71b0131683e (patch)
treebb5f4f2531cfbdafc9cd866b27edfdf96d8e0b59 /quantum/audio/voices.h
parent73228f5e5d1d4cd31a46e5e93aa893a8f727e3b9 (diff)
downloadqmk_firmware-e89b806b850ad1b5484176664288b71b0131683e.tar.gz
qmk_firmware-e89b806b850ad1b5484176664288b71b0131683e.tar.xz
converts tabs to spaces
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r--quantum/audio/voices.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h
index 32135dac7..317f5d98c 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);