Commit ce72e1ce authored by Victor Stinner's avatar Victor Stinner

According to the PEP 7, C code must "use 4-space indents"

Replace 8 spaces with 4.
parent 6ca8a05f
......@@ -8,7 +8,7 @@ import os, sys
import asdl
TABSIZE = 8
TABSIZE = 4
MAX_COL = 80
def get_c_type(name):
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment