package/python-cheroot: fix Config.in indentation
authorPierre-Jean Texier <pjtexier@koncepto.io>
Tue, 15 Oct 2019 18:04:46 +0000 (20:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 16 Oct 2019 19:48:00 +0000 (21:48 +0200)
Fixes:

$: ./utils/check-package package/python-cheroot/*
package/python-cheroot/Config.in:7: continuation line should be indented using tabs
32 lines processed
1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-cheroot/Config.in

index 1185e816eccaa514c6c1c269205dce0c2dc2dac4..0b732f8c0bca36f31da672ea6727a60a28d0a749 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_PYTHON_CHEROOT
        select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
        select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
        select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
-               if BR2_PACKAGE_PYTHON # runtime
+              if BR2_PACKAGE_PYTHON # runtime
        help
          Cheroot is the high-performance, pure-Python
          HTTP server used by CherryPy.