Skip to content

Commit ebcf338

Browse files
committed
generate spaces instead of tabs into config.c
1 parent 888a29f commit ebcf338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/makesetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
261261
for mod in $MODS
262262
do
263263
EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264-
INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
264+
INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
265265
done
266266

267267

0 commit comments

Comments
 (0)