mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
qapi: Tidy up indentation of add_client's example
Commit d23055b8db
(qapi: Require descriptions and tagged sections to
be indented) indented add_client's example too much. Revert that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-5-armbru@redhat.com>
[Move a stray hunk to the later patch it belongs to]
This commit is contained in:
@ -32,9 +32,9 @@
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# -> { "execute": "add_client", "arguments": { "protocol": "vnc",
|
# -> { "execute": "add_client", "arguments": { "protocol": "vnc",
|
||||||
# "fdname": "myclient" } }
|
# "fdname": "myclient" } }
|
||||||
# <- { "return": {} }
|
# <- { "return": {} }
|
||||||
##
|
##
|
||||||
{ 'command': 'add_client',
|
{ 'command': 'add_client',
|
||||||
'data': { 'protocol': 'str', 'fdname': 'str', '*skipauth': 'bool',
|
'data': { 'protocol': 'str', 'fdname': 'str', '*skipauth': 'bool',
|
||||||
|
Reference in New Issue
Block a user