Explorar o código

config: clean double whitespace in Config-build.in

Trivial cosmetic cleanup. This also helps for script that parse for
options in Config files.

Signed-off-by: Paul Spooren <[email protected]>
Reviewed-by: Petr Štetiar <[email protected]>
Paul Spooren %!s(int64=4) %!d(string=hai) anos
pai
achega
6e99e3157a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      config/Config-build.in

+ 2 - 2
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