qemu-e2k/scripts/qapi
Markus Armbruster b736e25a18 qapi: Fix some pycodestyle-3 complaints
Fix the following issues:

    common.py:873:13: E129 visually indented line with same indent as next logical line
    common.py:1766:5: E741 ambiguous variable name 'l'
    common.py:1784:1: E305 expected 2 blank lines after class or function definition, found 1
    common.py:1833:1: E305 expected 2 blank lines after class or function definition, found 1
    common.py:1843:1: E305 expected 2 blank lines after class or function definition, found 1
    visit.py:181:18: E127 continuation line over-indented for visual indent

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180621083551.775-1-armbru@redhat.com>
[Fixup squashed in:]
Message-ID: <871sd0nzw9.fsf@dusky.pond.sub.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2018-08-15 07:24:22 +02:00
..
__init__.py
commands.py qapi/commands: add #if conditions to commands 2018-07-03 18:38:54 +02:00
common.py qapi: Fix some pycodestyle-3 complaints 2018-08-15 07:24:22 +02:00
doc.py qapi: add 'If:' section to generated documentation 2018-07-03 18:38:54 +02:00
events.py qapi/events: add #if conditions to events 2018-07-03 18:38:54 +02:00
introspect.py qapi: Make 'allow-oob' optional in SchemaInfoCommand 2018-07-23 13:57:52 +02:00
types.py qapi-types: add #if conditions to types & visitors 2018-07-03 18:38:53 +02:00
visit.py qapi: Fix some pycodestyle-3 complaints 2018-08-15 07:24:22 +02:00