whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-10-02 22:33:15 +02:00
parent db7f4c203b
commit 80729a4472
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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.