From: Mike Frysinger Date: Wed, 17 Nov 2010 06:41:33 +0000 (-0500) Subject: toolchain-external: fix indentation in Kconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50003798b3508d0dbd106938d13e9d834c03f2b7;p=buildroot.git toolchain-external: fix indentation in Kconfig Signed-off-by: Mike Frysinger Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index efc8378c09..a340de6618 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -14,9 +14,9 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC endchoice config BR2_TOOLCHAIN_EXTERNAL_STRIP - bool - default y - prompt "Strip shared libraries" + bool + default y + prompt "Strip shared libraries" help Strip shared libraries copied from the external toolchain. endif