|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] python tabs & spaces
Hi Folks
-- There is a mix of tabs and spaces in the .py files in
xen-unstable. For example:
tools/python/xen/xm/create.py line
682
is indented with a
mix of tabs and spaces while the surrounding lines use only
spaces. Grep'ing for \t in *.py yields many
hits.
This
is changing the apparent indentation (for me anyway) and thus apparent
intent in the code. Being a python newb, I checked python.org and their
opinion is tab/space mixing is "unwise".
Can someone
brave please scrub out all the tabs?
Thanks
-steve
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] python tabs & spaces,
King, Steven R <=
|
|
|
|
|