]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/python-cython: fix indentation
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sat, 12 May 2018 02:22:10 +0000 (23:22 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 12 May 2018 06:59:39 +0000 (08:59 +0200)
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/67844444
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-cython/Config.in.host

index b69e59b71889b7aacdd2a4acd2744a5d10e47f38..69d32d5ab3667e7af01fa73035b5607a99b22ec1 100644 (file)
@@ -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/