Explorar el Código

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>
Thomas Petazzoni hace 10 años
padre
commit
a9ebeb4856
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/boost/Config.in

+ 1 - 1
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"