From 40a8870c2e7d575291baee5891cf00711bc02385 Mon Sep 17 00:00:00 2001 From: Nithin Ramesh Myliattil Date: Thu, 17 Oct 2024 13:12:22 +0200 Subject: [PATCH] bluetooth: BAS: update helper text indentation of BAS Kconfig Fix the indentation issue of BAS KConfig Signed-off-by: Nithin Ramesh Myliattil --- subsys/bluetooth/services/bas/Kconfig.bas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subsys/bluetooth/services/bas/Kconfig.bas b/subsys/bluetooth/services/bas/Kconfig.bas index 5eec755ed1be89..779b5c8e7301ac 100644 --- a/subsys/bluetooth/services/bas/Kconfig.bas +++ b/subsys/bluetooth/services/bas/Kconfig.bas @@ -9,22 +9,22 @@ config BT_BAS config BT_BAS_BLS bool "Battery Level Status" help - Enable this option to include Battery Level Status Characteristic. + Enable this option to include Battery Level Status Characteristic. if BT_BAS_BLS config BT_BAS_BLS_IDENTIFIER_PRESENT bool "Battery Level Identifier Present" help - Enable this option if the Battery Level Identifier is present. + Enable this option if the Battery Level Identifier is present. config BT_BAS_BLS_BATTERY_LEVEL_PRESENT bool "Battery Level Present" help - Enable this option if the Battery Level is present. + Enable this option if the Battery Level is present. config BT_BAS_BLS_ADDITIONAL_STATUS_PRESENT bool "Additional Battery Status Present" help - Enable this option if Additional Battery Status information is present. + Enable this option if Additional Battery Status information is present. endif