]> git.ipfire.org Git - thirdparty/libvirt.git/commit
apibuild: Fix indentation not multiple of 4
authorRadostin Stoyanov <rstoyanov1@gmail.com>
Tue, 20 Mar 2018 06:49:00 +0000 (06:49 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Mar 2018 12:13:36 +0000 (12:13 +0000)
commiteb327e6c61e84349cd1902bc2707b105848f8f74
tree0fb33eb42ce9d477f86aaf3738f73baba27990dc
parentaad30c3e5761230039646b4b86a0b0ff8d1514a0
apibuild: Fix indentation not multiple of 4

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

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
docs/apibuild.py