qapi: Fix indentation, again
commitb2f1c13c31af2db759b7545cd8e8c525d6cb2e13
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Aug 2020 19:50:01 +0000 (10 20:50 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 7 Sep 2020 15:13:19 +0000 (7 17:13 +0200)
treeb68a31183bdd05618270c3fea3a9a1278b5bbc63
parent76dd0f84974582311e4f5a763db68dea388d38b5
qapi: Fix indentation, again

In commit 26ec4e53f2 and similar commits we fixed the indentation
for doc comments in our qapi json files to follow a new stricter
standard for indentation, which permits only:
    @arg: description line 1
          description line 2

or:
    @arg:
    line 1
    line 2

Unfortunately since we didn't manage to get the script changes that
enforced the new style in, a variety of commits (eg df4097aeaf71,
2e4457032105) introduced new doc text which doesn't follow the new
stricter rules for indentation on multi-line doc comments.  Bring
those into line with the new rules.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200810195019.25427-3-peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/audio.json
qapi/block-core.json
qapi/control.json
qapi/machine.json
qapi/migration.json
qapi/misc.json
qapi/net.json