lib: Remove trailing whitespace

We need a compliance check.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-11-19 15:36:33 +01:00 committed by Carles Cufí
parent 605c65039f
commit 0fa90bc0e7
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
* *
* Function returns the provided value if non-zero, or a Kconfig-controlled * Function returns the provided value if non-zero, or a Kconfig-controlled
* default value if the parameter is zero. This trivial function is * default value if the parameter is zero. This trivial function is
* provided in order to have a library interface example that is trivial * provided in order to have a library interface example that is trivial
* to test. * to test.
* *
* @param return_value_if_nonzero Value to return if non-zero * @param return_value_if_nonzero Value to return if non-zero

View file

@ -3,13 +3,13 @@
config CUSTOM_LIB config CUSTOM_LIB
bool "custom_lib Support" bool "custom_lib Support"
help help
This option enables the custom_lib library This option enables the custom_lib library
config CUSTOM_LIB_GET_VALUE_DEFAULT config CUSTOM_LIB_GET_VALUE_DEFAULT
int "custom_lib_get_value() default return value" int "custom_lib_get_value() default return value"
depends on CUSTOM_LIB depends on CUSTOM_LIB
default 0 default 0
help help
This option primarily exists as an example of a library Kconfig This option primarily exists as an example of a library Kconfig
setting. setting.