From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: [PATCH] replace tabs with spaces of Python code Date: Wed, 18 May 2005 12:59:40 -0700 Message-ID: <428B9EAC.2070908@diku.dk> References: <9cde8bff05051811584868a6a3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9cde8bff05051811584868a6a3@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: aq Cc: xen-devel List-Id: xen-devel@lists.xenproject.org aq wrote: > hello, > > there are many Python codes in tools/ that mix tab and space for > indentation, which might introduce some silly and hidden bugs. this is > a serious problem and must be avoid at all cost. I would suggest doing the opposite, like Linux does, but I guess this is mostly a matter of taste (i.e. your's is bad and mine is good ;-)) Jacob