[openwrt/openwrt] config: clean double whitespace in Config-build.in
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 25 13:09:34 EST 2020
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6e99e3157a4cb2e7e1c41537c4a668511c6448c7
commit 6e99e3157a4cb2e7e1c41537c4a668511c6448c7
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Nov 22 13:19:43 2020 -1000
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 at aparcar.org>
Reviewed-by: Petr Štetiar <ynezz at true.cz>
---
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 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
More information about the lede-commits
mailing list