[Buildroot] [git commit] boost: fix indentation in Config.in

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Apr 9 21:30:48 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=a9ebeb48564982b82e749e055c67a29f3dbef5a0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Replace spaces by one tab in the Config.in option for boost-log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/boost/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index a004fd8..65bf605 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -88,7 +88,7 @@ comment "boost-locale needs a toolchain w/ wchar"
 	depends on !BR2_USE_WCHAR
 
 config BR2_PACKAGE_BOOST_LOG
-        bool "boost-log"
+	bool "boost-log"
 
 config BR2_PACKAGE_BOOST_MATH
 	bool "boost-math"


More information about the buildroot mailing list