From patchwork Mon Jun 16 13:05:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 360130 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B752140086 for ; Mon, 16 Jun 2014 23:05:49 +1000 (EST) Received: from localhost ([::1]:43829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwWba-0006Ye-Uw for incoming@patchwork.ozlabs.org; Mon, 16 Jun 2014 09:05:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwWaz-0006G8-He for qemu-devel@nongnu.org; Mon, 16 Jun 2014 09:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwWas-0005VB-2D for qemu-devel@nongnu.org; Mon, 16 Jun 2014 09:05:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwWar-0005V7-RA for qemu-devel@nongnu.org; Mon, 16 Jun 2014 09:05:02 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5GD503W014532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 16 Jun 2014 09:05:01 -0400 Received: from redhat.com (ovpn-116-43.ams2.redhat.com [10.36.116.43]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5GD4v3e012351; Mon, 16 Jun 2014 09:04:58 -0400 Date: Mon, 16 Jun 2014 16:05:26 +0300 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <1402923832-20848-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Mutt-Fcc: =sent X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id s5GD503W014532 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Luiz Capitulino Subject: [Qemu-devel] [PATCH] qmp: clean out whitespace X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org qmp-commands.hx has some UTF8 space characters. Replace with ascii whitespace. 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 } - } } ] } + } } ] } EQMP