Skip to content

Commit 0fa90bc

Browse files
committed
lib: Remove trailing whitespace
We need a compliance check. Signed-off-by: Carles Cufi <[email protected]>
1 parent 605c650 commit 0fa90bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/custom_lib/custom_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Function returns the provided value if non-zero, or a Kconfig-controlled
1414
* default value if the parameter is zero. This trivial function is
15-
* provided in order to have a library interface example that is trivial
15+
* provided in order to have a library interface example that is trivial
1616
* to test.
1717
*
1818
* @param return_value_if_nonzero Value to return if non-zero

lib/custom_lib/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
config CUSTOM_LIB
55
bool "custom_lib Support"
6-
help
6+
help
77
This option enables the custom_lib library
88

99
config CUSTOM_LIB_GET_VALUE_DEFAULT
1010
int "custom_lib_get_value() default return value"
1111
depends on CUSTOM_LIB
12-
default 0
12+
default 0
1313
help
1414
This option primarily exists as an example of a library Kconfig
1515
setting.

0 commit comments

Comments
 (0)