From a92a865be69fb893fba91efb69b1ac98ba76e4fe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 20 Feb 2017 14:29:56 -0600 Subject: [PATCH] TABs instead of spaces in Kconfig --- drivers/audio/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/audio/Kconfig b/drivers/audio/Kconfig index 20664dbe2b..ade8bc9375 100644 --- a/drivers/audio/Kconfig +++ b/drivers/audio/Kconfig @@ -36,11 +36,11 @@ config AUDIO_I2SCHAR_TXTIMEOUT endif # AUDIO_I2SCHAR config AUDIO_TONE - bool "Audio Tone Generator using PWM" - default n - depends on PWM && AUDIO_DEVICES - ---help--- - This driver enables the Audio Tone Generator for NuttX. + bool "Audio Tone Generator using PWM" + default n + depends on PWM && AUDIO_DEVICES + ---help--- + This driver enables the Audio Tone Generator for NuttX. if AUDIO_TONE