[Buildroot] [git commit] package/python-jaraco-functools: fix Config.in indentation

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Oct 16 19:48:04 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=96f0d8e3c042a6e3d3a31e82a4c6733d0463339e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-jaraco-functools/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-jaraco-functools/Config.in b/package/python-jaraco-functools/Config.in
index e07c3131ff..62669dba6f 100644
--- a/package/python-jaraco-functools/Config.in
+++ b/package/python-jaraco-functools/Config.in
@@ -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.


More information about the buildroot mailing list