summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/asdl_c.py')
-rwxr-xr-xParser/asdl_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index fe8fccd..498531d 100755
--- a/Parser/asdl_c.py
+++ b/Parser/asdl_c.py
@@ -8,7 +8,7 @@ import os, sys
import asdl
-TABSIZE = 8
+TABSIZE = 4
MAX_COL = 80
def get_c_type(name):