lib: Remove trailing whitespace
We need a compliance check. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
605c65039f
commit
0fa90bc0e7
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* Function returns the provided value if non-zero, or a Kconfig-controlled
|
||||
* 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.
|
||||
*
|
||||
* @param return_value_if_nonzero Value to return if non-zero
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
config CUSTOM_LIB
|
||||
bool "custom_lib Support"
|
||||
help
|
||||
help
|
||||
This option enables the custom_lib library
|
||||
|
||||
config CUSTOM_LIB_GET_VALUE_DEFAULT
|
||||
int "custom_lib_get_value() default return value"
|
||||
depends on CUSTOM_LIB
|
||||
default 0
|
||||
default 0
|
||||
help
|
||||
This option primarily exists as an example of a library Kconfig
|
||||
setting.
|
||||
|
|
Loading…
Reference in a new issue