mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
According to the PEP 7, C code must "use 4-space indents"
Replace 8 spaces with 4.
This commit is contained in:
parent
6ca8a05f10
commit
ce72e1ce6c
3 changed files with 6154 additions and 6199 deletions
|
@ -8,7 +8,7 @@ import os, sys
|
|||
|
||||
import asdl
|
||||
|
||||
TABSIZE = 8
|
||||
TABSIZE = 4
|
||||
MAX_COL = 80
|
||||
|
||||
def get_c_type(name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue