Kaydet (Commit) ebcf338a authored tarafından Benjamin Peterson's avatar Benjamin Peterson

generate spaces instead of tabs into config.c

üst 888a29fe
......@@ -261,7 +261,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
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
......
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