From 6e99e3157a4cb2e7e1c41537c4a668511c6448c7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 22 Nov 2020 13:19:43 -1000 Subject: [PATCH] config: clean double whitespace in Config-build.in MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Trivial cosmetic cleanup. This also helps for script that parse for options in Config files. Signed-off-by: Paul Spooren Reviewed-by: Petr Å tetiar --- 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 8e12199cbd..bae1552096 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -282,11 +282,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 -- 2.30.2