From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxhu9-0003Xd-Hj for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxhu3-0001Yq-96 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxhu2-0001YY-C5 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:42 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5JJLeuX000790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Jun 2014 15:21:41 -0400 Date: Thu, 19 Jun 2014 11:09:26 -0400 From: Luiz Capitulino Message-ID: <20140619110926.49298246@redhat.com> In-Reply-To: <1402923832-20848-1-git-send-email-mst@redhat.com> References: <1402923832-20848-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] qmp: clean out whitespace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Mon, 16 Jun 2014 16:05:26 +0300 "Michael S. Tsirkin" wrote: > qmp-commands.hx has some UTF8 space characters. > Replace with ascii whitespace. >=20 > Signed-off-by: Michael S. Tsirkin > --- > qmp-commands.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > } > - } }=C2=A0] } > + } } ] } > =20 > EQMP > =20 This one doesn't apply.