Re: [libvirt] [PATCH 04/22] python: Add whitespace around = and % operators

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:22PM +, Radostin Stoyanov wrote: > Signed-off-by: Radostin Stoyanov > --- > docs/apibuild.py | 18 +- > docs/index.py | 6 +++--- > tests/cputestdata/cpu-cpuid.py | 2 +- > 3 files changed,

[libvirt] [PATCH 04/22] python: Add whitespace around = and % operators

2018-03-17 Thread Radostin Stoyanov
Signed-off-by: Radostin Stoyanov --- docs/apibuild.py | 18 +- docs/index.py | 6 +++--- tests/cputestdata/cpu-cpuid.py | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/apibuild.py