[PATCH] config: clean double whitespace in Config-build.in
Petr Štetiar
ynezz at true.cz
Wed Nov 25 05:42:34 EST 2020
Paul Spooren <mail at aparcar.org> [2020-11-24 22:27:58]:
> Trivial cosmetic cleanup. This also helps for script that parse for
> options in Config files.
>
> Signed-off-by: Paul Spooren <mail at aparcar.org>
> ---
> config/Config-build.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/config/Config-build.in b/config/Config-build.in
> index 4148180cd5..bf0ea7d828 100644
> --- a/config/Config-build.in
> +++ b/config/Config-build.in
> @@ -290,11 +290,11 @@ menu "Global build settings"
> bool "Strong"
> endchoice
>
> - config KERNEL_STACKPROTECTOR
> + config KERNEL_STACKPROTECTOR
> bool
> default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG
>
> - config KERNEL_STACKPROTECTOR_STRONG
> + config KERNEL_STACKPROTECTOR_STRONG
> bool
> default KERNEL_CC_STACKPROTECTOR_STRONG
Reviewed-by: Petr Štetiar <ynezz at true.cz>
More information about the openwrt-devel
mailing list