From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDdfr-0007iI-FI for qemu-devel@nongnu.org; Sat, 23 Apr 2011 10:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDdfq-00025o-FZ for qemu-devel@nongnu.org; Sat, 23 Apr 2011 10:19:03 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:50402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDdfq-00025i-Ad for qemu-devel@nongnu.org; Sat, 23 Apr 2011 10:19:02 -0400 Received: by yxk8 with SMTP id 8so412922yxk.4 for ; Sat, 23 Apr 2011 07:19:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110406183348.22854.93569.stgit@ginnungagap.bsc.es> References: <20110406183341.22854.93929.stgit@ginnungagap.bsc.es> <20110406183348.22854.93569.stgit@ginnungagap.bsc.es> Date: Sat, 23 Apr 2011 15:19:01 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 01/11] minor whitespace/indentation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs?= Cc: qemu-devel@nongnu.org, chouteau@adacore.com On Wed, Apr 6, 2011 at 7:33 PM, Llu=EDs wrote: > Signed-off-by: Llu=EDs Vilanova > --- > =A0configure =A0 =A0 =A0 | =A0 30 +++++++++++++------------- > =A0hmp-commands.hx | =A0 28 ++++++++++++------------ > =A0monitor.c =A0 =A0 =A0 | =A0 14 ++++++------ > =A0vl.c =A0 =A0 =A0 =A0 =A0 =A0| =A0 64 ++++++++++++++++++++++++++++-----= ---------------------- > =A04 files changed, 68 insertions(+), 68 deletions(-) Not tracing related. Whitespace changes make it harder for forks/downstream and clutter git-blame(1). Please drop this patch. Stefan