Kaydet (Commit) ee4b59c0 authored tarafından Victor Stinner's avatar Victor Stinner

(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"

Replace 8 spaces with 4.
......@@ -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