mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
generate spaces instead of tabs into config.c
This commit is contained in:
parent
8f1378366e
commit
a105dd3dc0
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
|||
for mod in $MODS
|
||||
do
|
||||
EXTDECLS="${EXTDECLS}extern PyObject* PyInit_$mod(void);$NL"
|
||||
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
|
||||
INITBITS="${INITBITS} {\"$mod\", PyInit_$mod},$NL"
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue