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

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


The following commit(s) were added to refs/heads/master by this push:
     new 904266ab23 audio/Kconfig: Fix Kconfig style
904266ab23 is described below

commit 904266ab23df825cf6c2fd3e0d2fc59498e8a9ae
Author: simbit18 <[email protected]>
AuthorDate: Mon Aug 7 19:54:24 2023 +0200

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

diff --git a/audio/Kconfig b/audio/Kconfig
index 44d8a67721..a96abaeff4 100644
--- a/audio/Kconfig
+++ b/audio/Kconfig
@@ -105,10 +105,10 @@ config AUDIO_FORMAT_MP3
                Build in support for MP3 Audio format.
 
 config AUDIO_FORMAT_SBC
-        bool "Bluetooth SubBand Coding"
-        default y
-        ---help---
-                Build in support for SBC Audio format.
+       bool "Bluetooth SubBand Coding"
+       default y
+       ---help---
+               Build in support for SBC Audio format.
 
 config AUDIO_FORMAT_MIDI
        bool "Midi Format"

Reply via email to