From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ly2xq-0004dD-Kx for qemu-devel@nongnu.org; Sun, 26 Apr 2009 07:56:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ly2xm-0004ao-83 for qemu-devel@nongnu.org; Sun, 26 Apr 2009 07:56:06 -0400 Received: from [199.232.76.173] (port=56426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ly2xl-0004af-TL for qemu-devel@nongnu.org; Sun, 26 Apr 2009 07:56:01 -0400 Received: from 30.mail-out.ovh.net ([213.186.62.213]:35190) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ly2xl-0005Iq-C1 for qemu-devel@nongnu.org; Sun, 26 Apr 2009 07:56:01 -0400 Date: Sun, 26 Apr 2009 13:54:40 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] [PATCH] sh: sm501: Eliminates TABs from sm501 related files Message-ID: <20090426115440.GA8229@game.jcrosoft.org> References: <49F44861.5030107@juno.dti.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49F44861.5030107@juno.dti.ne.jp> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shin-ichiro KAWASAKI Cc: qemu-devel@nongnu.org On 20:41 Sun 26 Apr , Shin-ichiro KAWASAKI wrote: > This patch simply removes TABs from 'sm501.c' and 'sm501_template.h', > to be more consistent with CODING_STYLE. > I think tab are mor consistent specially when we use git now ortherwise it will complain about whitespace Best Regards, J.