From: Markus Armbruster Date: Fri, 22 Mar 2024 14:09:02 +0000 (+0100) Subject: qapi: Tidy up indentation of add_client's example X-Git-Tag: pull-vmclock-20250108~391^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7d50757c65f7609a24151fc2b5939cb78c2dc81c;p=users%2Fdwmw2%2Fqemu.git qapi: Tidy up indentation of add_client's example Commit d23055b8db8 (qapi: Require descriptions and tagged sections to be indented) indented add_client's example too much. Revert that. Signed-off-by: Markus Armbruster Message-ID: <20240322140910.328840-5-armbru@redhat.com> [Move a stray hunk to the later patch it belongs to] --- diff --git a/qapi/misc.json b/qapi/misc.json index 1b0c5dad88..83def5edc4 100644 --- a/qapi/misc.json +++ b/qapi/misc.json @@ -32,9 +32,9 @@ # # Example: # -# -> { "execute": "add_client", "arguments": { "protocol": "vnc", -# "fdname": "myclient" } } -# <- { "return": {} } +# -> { "execute": "add_client", "arguments": { "protocol": "vnc", +# "fdname": "myclient" } } +# <- { "return": {} } ## { 'command': 'add_client', 'data': { 'protocol': 'str', 'fdname': 'str', '*skipauth': 'bool',