From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA3gY-0005r4-7y for qemu-devel@nongnu.org; Wed, 13 Apr 2011 13:16:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA3gX-0007Xx-9A for qemu-devel@nongnu.org; Wed, 13 Apr 2011 13:16:58 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:48362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA3gX-0007Xp-75 for qemu-devel@nongnu.org; Wed, 13 Apr 2011 13:16:57 -0400 Received: by vws17 with SMTP id 17so738433vws.4 for ; Wed, 13 Apr 2011 10:16:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110413163816.20067.32914.stgit@ginnungagap.bsc.es> References: <20110413163816.20067.32914.stgit@ginnungagap.bsc.es> Date: Wed, 13 Apr 2011 18:16:55 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/4] [arm] trivial whitespace/indentation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TGx1w61z?= Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 13 April 2011 17:38, Llu=C3=ADs wrote: > Signed-off-by: Llu=C3=ADs Vilanova > --- > =C2=A0target-arm/helper.c =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A0246 ++++++++= ++++++++++++++---------------------- > =C2=A0target-arm/iwmmxt_helper.c | =C2=A0 28 +++-- > =C2=A0target-arm/translate.c =C2=A0 =C2=A0 | =C2=A0 26 ++--- > =C2=A03 files changed, 150 insertions(+), 150 deletions(-) My preference is not to do large-scale whitespace changes unless the code's being touched in that area anyway, so I'd prefer this not to be applied. (They make things painful for forks and branches, and they make git blame less useful; disadvantages outweigh the minor benefits of the cleanup IMHO.) -- PMM