unicorn/qemu/scripts/qapi
Markus Armbruster f257623b9f
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

Backports commit b736e25a1820c63f7d69baa03e624cef80c4de90 from qemu
2018-08-16 07:14:40 -04:00
..
__init__.py qapi-gen: New common driver for code and doc generators 2018-03-09 08:47:12 -05:00
common.py qapi: Fix some pycodestyle-3 complaints 2018-08-16 07:14:40 -04:00
events.py qapi/events: add #if conditions to events 2018-07-05 12:09:05 -04:00
types.py qapi-types: add #if conditions to types & visitors 2018-07-05 12:12:28 -04:00
visit.py qapi: Fix some pycodestyle-3 complaints 2018-08-16 07:14:40 -04:00