From 239e4f394d5ba1b4d3c2578572a9ac0b7aac507f Mon Sep 17 00:00:00 2001 Message-Id: <239e4f394d5ba1b4d3c2578572a9ac0b7aac507f.1367947969.git.minovotn@redhat.com> In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> From: Michal Novotny Date: Tue, 7 May 2013 18:37:09 +0200 Subject: [PATCH 025/114] Revert "qga: add missing commas in json docs" This reverts commit 1626f097f9abac6e794e2836b22fd669348b93c6. Reverting as asked by Laszlo in message <51892739.2030807@redhat.com> because of the ordering issue (most likely) related to supersed testing. Signed-off-by: Michal Novotny --- qapi-schema-guest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index d91d903..ed0eb69 100644 --- a/qapi-schema-guest.json +++ b/qapi-schema-guest.json @@ -31,7 +31,7 @@ # # Since: 1.1 # ## -{ 'command': 'guest-sync-delimited', +{ 'command': 'guest-sync-delimited' 'data': { 'id': 'int' }, 'returns': 'int' } @@ -69,7 +69,7 @@ # # Since: 0.15.0 ## -{ 'command': 'guest-sync', +{ 'command': 'guest-sync' 'data': { 'id': 'int' }, 'returns': 'int' } -- 1.7.11.7