qapi: Fix some pycodestyle-3 complaints
authorMarkus Armbruster <armbru@redhat.com>
Thu, 21 Jun 2018 08:35:51 +0000 (10:35 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 15 Aug 2018 05:24:22 +0000 (07:24 +0200)
commitb736e25a1820c63f7d69baa03e624cef80c4de90
tree8422eedbca8d311e6005da30aca0118314011913
parent214e4a5b3838358dbbf145692a82561cbbbc1dfb
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>
scripts/qapi/common.py
scripts/qapi/visit.py
tests/qapi-schema/test-qapi.py