OSDN Git Service

qapi/block.json: Add newline after "Example:" for block-latency-histogram-set
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 25 Sep 2020 16:22:57 +0000 (17:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Sep 2020 15:55:39 +0000 (17:55 +0200)
commit8b5905aa057ba83ad6534158d71ea4f913461221
tree37e99c58eccba8743204a8a44bf691e869c8410b
parent826bd0690f358350d67a781c2d125354313eb1cb
qapi/block.json: Add newline after "Example:" for block-latency-histogram-set

The block-latency-histogram-set command is the only one which uses
the Example/Examples section with the first line of the documentation
immediately following the ':'. Bring it into line with the rest.

This will allow us to avoid special-casing the indentation handling
for "Examples" sections; instead for Examples as for any other section
header these two indentations will be equivalent:

Examples:
Line one
Line two

Examples: Line one
          Line two

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-3-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/block.json