commit | ebcf338a696e1c8020e86da7722fe2438b3e1223 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 16 00:05:12 2017 -0800 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jan 16 00:05:12 2017 -0800 |
tree | 05e47a85de27abb1f1ab9bcc828adc9b849883b1 | |
parent | 888a29fedb30512115bd50e87aefb2adc79bc3b0 [diff] [blame] |
generate spaces instead of tabs into config.c
diff --git a/Modules/makesetup b/Modules/makesetup index 1bffcbf..db5c47e 100755 --- a/Modules/makesetup +++ b/Modules/makesetup
@@ -261,7 +261,7 @@ for mod in $MODS do EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL" - INITBITS="${INITBITS} {\"$mod\", init$mod},$NL" + INITBITS="${INITBITS} {\"$mod\", init$mod},$NL" done