]> granicus.if.org Git - python/commit
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 22:01:35 +0000 (00:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 22:01:35 +0000 (00:01 +0200)
commitee4b59c0f8d60161380284b897e7f650a1abb638
tree3312a00dd0ac22d731feedc298001f08252748a5
parentf6e7e36c3d3ffa0c537a30253488fca4464ed409
parentce72e1ce6c7175ba7262e6348e64b05253a71e1a
(Merge 3.3) 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