From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEf51-00058i-CH for qemu-devel@nongnu.org; Tue, 26 Apr 2011 06:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEf50-0005ll-Gz for qemu-devel@nongnu.org; Tue, 26 Apr 2011 06:01:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEf50-0005ld-2h for qemu-devel@nongnu.org; Tue, 26 Apr 2011 06:01:14 -0400 From: Markus Armbruster References: <20110406183341.22854.93929.stgit@ginnungagap.bsc.es> <20110406183348.22854.93569.stgit@ginnungagap.bsc.es> Date: Tue, 26 Apr 2011 12:00:41 +0200 In-Reply-To: (Stefan Hajnoczi's message of "Sat, 23 Apr 2011 15:19:01 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Stefan Hajnoczi Cc: =?utf-8?Q?Llu=C3=ADs?= , chouteau@adacore.com, qemu-devel@nongnu.org Stefan Hajnoczi writes: > On Wed, Apr 6, 2011 at 7:33 PM, Llu=C3=ADs wrote: >> Signed-off-by: Llu=C3=ADs Vilanova >> --- >> =C2=A0configure =C2=A0 =C2=A0 =C2=A0 | =C2=A0 30 +++++++++++++----------= --- >> =C2=A0hmp-commands.hx | =C2=A0 28 ++++++++++++------------ >> =C2=A0monitor.c =C2=A0 =C2=A0 =C2=A0 | =C2=A0 14 ++++++------ >> =C2=A0vl.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A0 64 ++++++++= ++++++++++++++++++++--------------------------- >> =C2=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. I'm not arguing for or against this patch, just want to point to "git-blame -w".