]> granicus.if.org Git - python/commit
According to the PEP 7, C code must "use 4-space indents"
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 22:00:36 +0000 (00:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 22:00:36 +0000 (00:00 +0200)
commitce72e1ce6c7175ba7262e6348e64b05253a71e1a
treed2f43e7d4ca0d1efa938d051498344193df77bb1
parent6ca8a05f10b37e068f7c7da196d0d97706b6f15f
According to the PEP 7, C code must "use 4-space indents"

Replace 8 spaces with 4.
Include/Python-ast.h
Parser/asdl_c.py
Python/Python-ast.c