Re: Inconsistent indentation in python code across code base

2011-02-21 Thread Hyrum K Wright
On Mon, Feb 21, 2011 at 9:56 AM, Noorul Islam K M wrote: > > I think we have in consistent python indentation. I can see that we use > 2 space in test/ and 4 in bindings/ctypes-python. Is it not a good idea > to stick to common indentation?  I can fix it.  Fixing ctypes-python > will be easier bec

Re: Inconsistent indentation in python code across code base

2011-02-21 Thread Branko Čibej
On 21.02.2011 11:20, Philip Martin wrote: > Noorul Islam K M writes: > >> I think we have in consistent python indentation. I can see that we use >> 2 space in test/ and 4 in bindings/ctypes-python. Is it not a good idea >> to stick to common indentation? I can fix it. Fixing ctypes-python >> wi

Re: Inconsistent indentation in python code across code base

2011-02-21 Thread Philip Martin
Noorul Islam K M writes: > I think we have in consistent python indentation. I can see that we use > 2 space in test/ and 4 in bindings/ctypes-python. Is it not a good idea > to stick to common indentation? I can fix it. Fixing ctypes-python > will be easier because it has less number of lines.

Re: Inconsistent indentation in python code across code base

2011-02-21 Thread Stefan Sperling
On Mon, Feb 21, 2011 at 03:26:26PM +0530, Noorul Islam K M wrote: > > I think we have in consistent python indentation. I can see that we use > 2 space in test/ and 4 in bindings/ctypes-python. Is it not a good idea > to stick to common indentation? I can fix it. Fixing ctypes-python > will be e

Inconsistent indentation in python code across code base

2011-02-21 Thread Noorul Islam K M
I think we have in consistent python indentation. I can see that we use 2 space in test/ and 4 in bindings/ctypes-python. Is it not a good idea to stick to common indentation? I can fix it. Fixing ctypes-python will be easier because it has less number of lines. Any thoughts? Or is it already k