From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwxOP-0000Dj-D6 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwxOH-0005EM-VT for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:41:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwxOH-0005EF-Nb for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:41:49 -0400 Date: Tue, 17 Jun 2014 20:42:14 +0300 From: "Michael S. Tsirkin" Message-ID: <1403021756-15960-97-git-send-email-mst@redhat.com> References: <1403021756-15960-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1403021756-15960-1-git-send-email-mst@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 096/103] qmp: clean out whitespace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Luiz Capitulino Signed-off-by: Michael S. Tsirkin --- qmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index bb34cd8..2009034 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -3569,7 +3569,7 @@ Example: "format":"qcow2", "virtual-size":2048000 } - } }=A0] } + } } ] } =20 EQMP =20 --=20 MST