diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-09 23:30:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-09 23:30:48 +0200 |
commit | a9ebeb48564982b82e749e055c67a29f3dbef5a0 (patch) | |
tree | dec3b62d144367e557d290216b9ff79b886a378b | |
parent | 03ee513bda74ac41d8de29d907e2c40ddbc6ace0 (diff) | |
download | buildroot-a9ebeb48564982b82e749e055c67a29f3dbef5a0.tar.gz buildroot-a9ebeb48564982b82e749e055c67a29f3dbef5a0.zip |
boost: fix indentation in Config.in
Replace spaces by one tab in the Config.in option for boost-log.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | 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 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" |