aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-09-30 16:57:07 -0400
committerMarkus Armbruster <armbru@redhat.com>2021-10-02 07:33:41 +0200
commita9e2eb06ed061f37c3ba6ad52722eef20afd713a (patch)
treef424cd774b3087e3214780858abff9776230ea43 /qapi
parent012336a152641b264a65176a388a7fb0118e1781 (diff)
downloadqemu-a9e2eb06ed061f37c3ba6ad52722eef20afd713a.zip
qemu-a9e2eb06ed061f37c3ba6ad52722eef20afd713a.tar.gz
qemu-a9e2eb06ed061f37c3ba6ad52722eef20afd713a.tar.bz2
qapi: Add spaces after symbol declaration for consistency
Several QGA definitions omit a blank line after the symbol declaration. This works OK currently, but it's the only place where we do this. Adjust it for consistency. Future commits may wind up enforcing this formatting. Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20210930205716.1148693-5-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 623a4f4..6d3217a 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -3132,6 +3132,7 @@
##
# @BlockdevQcow2EncryptionFormat:
+#
# @aes: AES-CBC with plain64 initialization vectors
#
# Since: 2.10