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

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


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

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

diff --git a/package/python-cheroot/Config.in b/package/python-cheroot/Config.in
index 1185e816ec..0b732f8c0b 100644
--- a/package/python-cheroot/Config.in
+++ b/package/python-cheroot/Config.in
@@ -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.


More information about the buildroot mailing list