Re: [libvirt] [PATCH 16/22] apibuild: Fix indentation not multiple of 4

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:34PM +, Radostin Stoyanov wrote: > PEP8 recommends that the number of spaces used for indentation of > Python code to be a multiple of four [1] [2]. > > 1: https://lintlyci.github.io/Flake8Rules/rules/E111.html > 2:

[libvirt] [PATCH 16/22] apibuild: Fix indentation not multiple of 4

2018-03-17 Thread Radostin Stoyanov
PEP8 recommends that the number of spaces used for indentation of Python code to be a multiple of four [1] [2]. 1: https://lintlyci.github.io/Flake8Rules/rules/E111.html 2: https://lintlyci.github.io/Flake8Rules/rules/E114.html Signed-off-by: Radostin Stoyanov ---