libvirt/src/hyperv
Daniel P. Berrangé 43d29cb40b python: sanitize spaces either side of operators
There should be a single space either side of operators. Inline
comments should have two spaces before the '#'

src/hyperv/hyperv_wmi_generator.py:130:45: E261 at least two spaces before inline comment
            source += '    { "", "", 0 },\n' # null terminated
                                            ^
src/esx/esx_vi_generator.py:417:25: E221 multiple spaces before operator
    FEATURE__DESERIALIZE  = (1 << 6)
                        ^
tests/cputestdata/cpu-cpuid.py:187:78: E225 missing whitespace around operator
                f.write("  <msr index='0x%x' edx='0x%08x' eax='0x%08x'/>\n" %(
                                                                             ^
docs/apibuild.py:524:47: E226 missing whitespace around arithmetic operator
                            self.line = line[i+2:]
                                              ^
...more...

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-11-11 14:24:19 +00:00
..
hyperv_driver.c util: buffer: Remove virBufferCheckError 2019-10-24 19:35:34 +02:00
hyperv_driver.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_private.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_util.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
hyperv_util.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_classes.c Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_generator.input hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_wmi_generator.py python: sanitize spaces either side of operators 2019-11-11 14:24:19 +00:00
hyperv_wmi.c util: buffer: Remove virBufferCheckError 2019-10-24 19:35:34 +02:00
hyperv_wmi.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
Makefile.inc.am src: stop distributing generated source files 2019-11-08 17:07:57 +01:00
openwsman.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00