[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, committed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: Do you expect a review? ;) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here's a patch. -- keywords: +patch Added file: http://bugs.python.org/file12572/reindent-memview.patch ___ Python tracker ___ _

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: +1 -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: I think this is the kind of reindention that Guido approved of on python-dev, along with unicodeobject.c. -- nosy: +georg.brandl ___ Python tracker __

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : The rules state new files should be indented with 4-spaces, but indentation has no consistent indentation: parts of it are indented with tabs, others with spaces. We could probably reindent it all with 4-spaces, especially since it hasn't been backported to tr