From: Thomas Petazzoni Date: Thu, 9 Apr 2015 21:30:48 +0000 (+0200) Subject: boost: fix indentation in Config.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9ebeb48564982b82e749e055c67a29f3dbef5a0;p=buildroot.git boost: fix indentation in Config.in Replace spaces by one tab in the Config.in option for boost-log. Signed-off-by: Thomas Petazzoni --- diff --git a/package/boost/Config.in b/package/boost/Config.in index a004fd8525..65bf6058ca 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"