[PATCH] Byte-swapping and size-checking generator all-in-one

Matt Turner mattst88 at gmail.com
Wed Mar 25 14:37:17 PDT 2015


On Mon, Mar 23, 2015 at 11:16 PM, Asal Mirzaieva <asalle.kim at gmail.com> wrote:
> On 17.03.15 09:25, Peter Hutterer wrote:
>> whoah, that is a lot of tabs...
>
> I assumed tab = 4 spaces, as it is defined in
> http://www.x.org/wiki/CodingStyle/. As python strictly requires tabs and not
> space-indents, I thought it would be the nicer way to organize code. But I
> will switch to tab = 8 spaces and fix all the tabs issues.

That's not true. See https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces

Spaces are preferred in Python.


More information about the xorg-devel mailing list