aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-11-22 13:19:43 -1000
committerPaul Spooren <mail@aparcar.org>2020-11-25 08:09:13 -1000
commit6e99e3157a4cb2e7e1c41537c4a668511c6448c7 (patch)
tree4b6e4c7cc29304419f4490b9a7dcb46c4b71959a /config
parent30c95c4d265c449b8c0280305255a548b2ef879c (diff)
downloadupstream-6e99e3157a4cb2e7e1c41537c4a668511c6448c7.tar.gz
upstream-6e99e3157a4cb2e7e1c41537c4a668511c6448c7.tar.bz2
upstream-6e99e3157a4cb2e7e1c41537c4a668511c6448c7.zip
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 <mail@aparcar.org> Reviewed-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in4
1 files 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