From: Ricardo Martincoski Date: Sat, 12 May 2018 02:22:10 +0000 (-0300) Subject: package/python-cython: fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8158331ae3fe942a8d31469e7909924c8ea3cef6;p=buildroot.git package/python-cython: fix indentation Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/67844444 Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-cython/Config.in.host b/package/python-cython/Config.in.host index b69e59b718..69d32d5ab3 100644 --- a/package/python-cython/Config.in.host +++ b/package/python-cython/Config.in.host @@ -1,7 +1,7 @@ config BR2_PACKAGE_HOST_PYTHON_CYTHON - bool "host python-cython" - help - The Cython compiler for writing C extensions for the Python - language. + bool "host python-cython" + help + The Cython compiler for writing C extensions for the Python + language. - http://cython.org/ + http://cython.org/