On Mon, Feb 21, 2011 at 9:56 AM, Noorul Islam K M <noo...@collab.net> 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 because it has less number of lines. > > Any thoughts? Or is it already known to everyone and decided to live > with it.
Just live with it. We have a few similar quirks in our C codebase from code that is from the days before we standardized our coding style. Hasn't killed us yet, though spaces-before-parens almost did. ;) -Hyrum