Skip to content
Snippets Groups Projects
Commit 6e99e315 authored by Paul Spooren's avatar Paul Spooren
Browse files

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: default avatarPaul Spooren <mail@aparcar.org>
Reviewed-by: default avatarPetr Štetiar <ynezz@true.cz>
parent 30c95c4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment