docs: fix a qga/qapi-schema.json comment
For consistency with the rest of the comment blocks. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
594fd21102
commit
71e0e067b2
@ -12,6 +12,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
##
|
##
|
||||||
|
# @guest-sync-delimited:
|
||||||
#
|
#
|
||||||
# Echo back a unique integer value, and prepend to response a
|
# Echo back a unique integer value, and prepend to response a
|
||||||
# leading sentinel byte (0xFF) the client can check scan for.
|
# leading sentinel byte (0xFF) the client can check scan for.
|
||||||
@ -41,7 +42,7 @@
|
|||||||
# Returns: The unique integer id passed in by the client
|
# Returns: The unique integer id passed in by the client
|
||||||
#
|
#
|
||||||
# Since: 1.1
|
# Since: 1.1
|
||||||
# ##
|
##
|
||||||
{ 'command': 'guest-sync-delimited',
|
{ 'command': 'guest-sync-delimited',
|
||||||
'data': { 'id': 'int' },
|
'data': { 'id': 'int' },
|
||||||
'returns': 'int' }
|
'returns': 'int' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user