This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e320299ba7c0ebdea797921c675b7acdfa145122
Author: simbit18 <[email protected]>
AuthorDate: Wed May 10 11:26:23 2023 +0200

    drivers/audio/Kconfig: Fix Kconfig style
    
    Remove spaces from Kconfig files
    Add TABs
---
 drivers/audio/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/audio/Kconfig b/drivers/audio/Kconfig
index cbd2bbbab0..7d43c04044 100644
--- a/drivers/audio/Kconfig
+++ b/drivers/audio/Kconfig
@@ -550,9 +550,9 @@ config AUDIO_I2S
        depends on I2S
 
 config AUDIO_DMA
-        bool "Audio DMA"
-        select AUDIO_DRIVER_SPECIFIC_BUFFERS
-        depends on AUDIO
-        depends on DMA
+       bool "Audio DMA"
+       select AUDIO_DRIVER_SPECIFIC_BUFFERS
+       depends on AUDIO
+       depends on DMA
 
 endif # DRIVERS_AUDIO

Reply via email to