|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] remove tabs from xm/main.py
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
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>
|
- [Xen-devel] [PATCH] remove tabs from xm/main.py,
aq <=
|
|
|
|
|