Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a8905630
Commit
a8905630
authored
Jul 27, 2013
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
According to the PEP 7, C code must "use 4-space indents"
Replace 8 spaces with 4.
parent
83c20517
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6132 additions
and
6177 deletions
+6132
-6177
Include/Python-ast.h
Include/Python-ast.h
+299
-299
Parser/asdl_c.py
Parser/asdl_c.py
+1
-1
Python/Python-ast.c
Python/Python-ast.c
+5832
-5877
No files found.
Include/Python-ast.h
View file @
a8905630
This diff is collapsed.
Click to expand it.
Parser/asdl_c.py
View file @
a8905630
...
@@ -8,7 +8,7 @@ import os, sys
...
@@ -8,7 +8,7 @@ import os, sys
import
asdl
import
asdl
TABSIZE
=
8
TABSIZE
=
4
MAX_COL
=
80
MAX_COL
=
80
def
get_c_type
(
name
):
def
get_c_type
(
name
):
...
...
Python/Python-ast.c
View file @
a8905630
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment