From ebcf338a696e1c8020e86da7722fe2438b3e1223 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 16 Jan 2017 00:05:12 -0800 Subject: [PATCH] generate spaces instead of tabs into config.c --- Modules/makesetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/makesetup b/Modules/makesetup index 1bffcbf4fd77..db5c47ee04dd 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -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 -- 2.47.3