qapi/machine.json: Fix missing newline in doc comment
commit6ac3f1e79974091aa292a0ab8637d5be8e5e4b1e
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 29 Jul 2020 19:10:19 +0000 (29 20:10 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 3 Aug 2020 06:28:08 +0000 (3 08:28 +0200)
treea86130fdd4a91c08c874c10d40cd2d42f74dad93
parentd74824cf7c8b352f9045e949dc636c7207a41eee
qapi/machine.json: Fix missing newline in doc comment

In commit 176d2cda0dee9f4 we added the @die-id field
to the CpuInstanceProperties struct, but in the process
accidentally removed the newline between the doc-comment
lines for @core-id and @thread-id.

Put the newline back in; this fixes a misformatting in the
generated HTML QMP reference manual.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200729191019.19168-1-peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/machine.json