WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] remove tabs from xm/main.py

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] remove tabs from xm/main.py
From: aq <aquynh@xxxxxxxxx>
Date: Wed, 18 May 2005 18:33:56 +0900
Delivery-date: Wed, 18 May 2005 09:33:25 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=fSqWAmyxnjerLK2gkwgLfdrnuSbeGp1B3QNCt0znfc/O4j7dvRDQq0EM0mj3R1sNFRXajSSePtpOnZVe9Y2MIQ+g6Yu8J2p3Qm/XS/fTZqnRsnroJB8IBkMCsmLOf1IrUXteLB/63weOMQhxnHDOrBI0x2GCtkU3wiBpInxiPwk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hello,

while investigating xm/main.py, i found that it is mixed with tabs and
whitespaces. that is annoying and may get us misleaded when reading
code. looks like that the conventional coding style of Python (and
also C?) in Xen is to use (4) whitespaces instead of tabs? could
anybody confirm this?

i searched in all tree and found bunch of files like this. if nobody
complains, i will catch them all (both C and Python codes) and send in
1 patch to the list. any idea?

this patch replace tab with 4 whitespaces in (only) xm/main.py

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
-- 
regards,
aq

Attachment: tab.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>