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

$: ./utils/check-package package/python-jaraco-functools/*
package/python-jaraco-functools/Config.in:5: continuation line should be indented using tabs
30 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-jaraco-functools/Config.in

index e07c3131ffd95aa5d641d665676f5978cfb3b8dc..62669dba6ff1ba088ce636c9334293ed4c9aba70 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS
        bool "python-jaraco-functools"
        select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
        select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
-               if BR2_PACKAGE_PYTHON # runtime
+              if BR2_PACKAGE_PYTHON # runtime
        help
          Additional functools in the spirit of stdlib’s
          functools.