浏览代码

toolchain-external: fix indentation in Kconfig

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>
Mike Frysinger 14 年之前
父节点
当前提交
50003798b3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      toolchain/toolchain-external/Config.in

+ 3 - 3
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