diff mbox series

package/python-cheroot: fix Config.in indentation

Message ID 1571162686-8201-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series package/python-cheroot: fix Config.in indentation | expand

Commit Message

Pierre-Jean Texier Oct. 15, 2019, 6:04 p.m. UTC
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>
---
 package/python-cheroot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 16, 2019, 7:54 p.m. UTC | #1
On Tue, 15 Oct 2019 20:04:46 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> 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>
> ---
>  package/python-cheroot/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-cheroot/Config.in b/package/python-cheroot/Config.in
index 1185e81..0b732f8 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.