config: clean double whitespace in Config-build.in
authorPaul Spooren <mail@aparcar.org>
Sun, 22 Nov 2020 23:19:43 +0000 (13:19 -1000)
committerPaul Spooren <mail@aparcar.org>
Wed, 25 Nov 2020 18:09:13 +0000 (08:09 -1000)
Trivial cosmetic cleanup. This also helps for script that parse for
options in Config files.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Reviewed-by: Petr Štetiar <ynezz@true.cz>
config/Config-build.in

index 8e12199cbd118825cbfecf067242b2695af02f52..bae1552096af1f1aae15a15b78cb83c86a2ad00b 100644 (file)
@@ -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