whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
db7f4c203b
commit
80729a4472
@ -7908,7 +7908,7 @@ enum {
|
||||
/* 21 */ | (0u << TFOR)
|
||||
#if ENABLE_ASH_BASH_COMPAT
|
||||
/* 22 */ | (0u << TFUNCTION)
|
||||
#endif
|
||||
#endif
|
||||
/* 23 */ | (0u << TIF)
|
||||
/* 24 */ | (0u << TIN)
|
||||
/* 25 */ | (1u << TTHEN)
|
||||
|
@ -8738,7 +8738,7 @@ static void helper_export_local(char **argv, int exp, int lvl)
|
||||
&& var && var->func_nest_level == lvl
|
||||
) {
|
||||
/* "local x=abc; ...; local x" - ignore second local decl */
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
/* Exporting non-existing variable.
|
||||
|
Loading…
Reference in New Issue
Block a user