]> xenbits.xensource.com Git - people/pauldu/qemu.git/commitdiff
docs: fix a qga/qapi-schema.json comment
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 27 Aug 2015 10:48:35 +0000 (12:48 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 11 Sep 2015 07:21:38 +0000 (10:21 +0300)
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>
qga/qapi-schema.json

index 6b0bd163c3b8134862fd5363a0a298246980abeb..82894c63db8bdd170fa0c1cf26692d244e821be9 100644 (file)
@@ -12,6 +12,7 @@
 ##
 
 ##
+# @guest-sync-delimited:
 #
 # Echo back a unique integer value, and prepend to response a
 # leading sentinel byte (0xFF) the client can check scan for.
@@ -41,7 +42,7 @@
 # Returns: The unique integer id passed in by the client
 #
 # Since: 1.1
-# ##
+##
 { 'command': 'guest-sync-delimited',
   'data':    { 'id': 'int' },
   'returns': 'int' }