]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qapi: Add spaces after symbol declaration for consistency
authorJohn Snow <jsnow@redhat.com>
Thu, 30 Sep 2021 20:57:07 +0000 (16:57 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 2 Oct 2021 05:33:41 +0000 (07:33 +0200)
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>
qapi/block-core.json
qga/qapi-schema.json
tests/qapi-schema/doc-good.json

index 623a4f4a3f3ab5c5726328b1b8d5dea7da8e4b40..6d3217abb607ee64c2058b7b4dafb1996467e4fe 100644 (file)
 
 ##
 # @BlockdevQcow2EncryptionFormat:
+#
 # @aes: AES-CBC with plain64 initialization vectors
 #
 # Since: 2.10
index c60f5e669d772213d197e90bca98cedd385b65d5..94e4aacdcc65c268c5cdbb815eb952e92b5a4a75 100644 (file)
 
 ##
 # @GuestExec:
+#
 # @pid: pid of child process in guest OS
 #
 # Since: 2.5
 
 ##
 # @GuestHostName:
+#
 # @host-name: Fully qualified domain name of the guest OS
 #
 # Since: 2.10
 
 ##
 # @GuestUser:
+#
 # @user: Username
 # @domain: Logon domain (windows only)
 # @login-time: Time of login of this user on the computer. If multiple
index a20acffd8b9e8e6060f8d54e9d6c5fc9509c663c..86dc25d2bd893a519dc46269b91c528c44f64c30 100644 (file)
@@ -53,6 +53,7 @@
 
 ##
 # @Enum:
+#
 # @one: The _one_ {and only}
 #
 # Features:
@@ -67,6 +68,7 @@
 
 ##
 # @Base:
+#
 # @base1:
 # the first member
 ##
@@ -75,6 +77,7 @@
 
 ##
 # @Variant1:
+#
 # A paragraph
 #
 # Another paragraph (but no @var: line)
 
 ##
 # @Variant2:
+#
 ##
 { 'struct': 'Variant2', 'data': {} }
 
 ##
 # @Object:
+#
 # Features:
 # @union-feat1: a feature
 ##
 
 ##
 # @Alternate:
+#
 # @i: an integer
 #     @b is undocumented
 #
 
 ##
 # @cmd:
+#
 # @arg1: the first argument
 #
 # @arg2: the second
 
 ##
 # @EVT_BOXED:
+#
 # Features:
 # @feat3: a feature
 ##