]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain-external: fix indentation in Kconfig
authorMike Frysinger <vapier@gentoo.org>
Wed, 17 Nov 2010 06:41:33 +0000 (01:41 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Nov 2010 22:18:23 +0000 (23:18 +0100)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-external/Config.in

index efc8378c09750888d8a6edbe3d6846e08283a6ac..a340de66184ef7153c996185ec57ecaedc2c6092 100644 (file)
@@ -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