[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/20] qapi: Tidy up indentation of add_client's example
From: |
Markus Armbruster |
Subject: |
[PULL 07/20] qapi: Tidy up indentation of add_client's example |
Date: |
Tue, 26 Mar 2024 08:34:07 +0100 |
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 <armbru@redhat.com>
Message-ID: <20240322140910.328840-5-armbru@redhat.com>
[Move a stray hunk to the later patch it belongs to]
---
qapi/misc.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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',
--
2.44.0
- [PULL 16/20] qapi: document InputMultiTouchType, (continued)
- [PULL 16/20] qapi: document InputMultiTouchType, Markus Armbruster, 2024/03/26
- [PULL 19/20] qapi/block-core: improve Qcow2OverlapCheckFlags documentation, Markus Armbruster, 2024/03/26
- [PULL 17/20] qapi: document leftover members in qapi/run-state.json, Markus Armbruster, 2024/03/26
- [PULL 15/20] qga/qapi-schema: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/26
- [PULL 18/20] qapi: document leftover members in qapi/stats.json, Markus Armbruster, 2024/03/26
- [PULL 20/20] qapi: document parameters of query-cpu-model-* QAPI commands, Markus Armbruster, 2024/03/26
- [PULL 13/20] qapi: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/26
- [PULL 04/20] qapi: Drop stray Arguments: line from qmp_capabilities docs, Markus Armbruster, 2024/03/26
- [PULL 14/20] qapi: Correct documentation indentation and whitespace, Markus Armbruster, 2024/03/26
- [PULL 12/20] qapi: Don't repeat member type in its documentation text, Markus Armbruster, 2024/03/26
- [PULL 07/20] qapi: Tidy up indentation of add_client's example,
Markus Armbruster <=
- Re: [PULL 00/20] QAPI patches patches for 2024-03-26, Peter Maydell, 2024/03/26