[PATCH] config: clean double whitespace in Config-build.in

Paul Spooren mail at aparcar.org
Wed Nov 25 03:27:58 EST 2020


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
 
-- 
2.29.2




More information about the openwrt-devel mailing list