script: Remove trailing whitespaces

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Elyes Haouas 2022-03-04 07:42:10 +01:00 committed by Daniel Kiper
parent 8cd33b300a
commit c1d79dbcc9
2 changed files with 2 additions and 2 deletions

View File

@ -788,7 +788,7 @@ cleanup:
grub_free (expansions[j]);
}
grub_free (expansions);
if (failed)
{
grub_script_argv_free (&unexpanded);

View File

@ -303,7 +303,7 @@ grub_script_yylex (union YYSTYPE *value,
if (lexerstate->eof)
return GRUB_PARSER_TOKEN_EOF;
/*
/*
* Words with environment variables, like foo${bar}baz needs
* multiple tokens to be merged into a single grub_script_arg. We
* use two variables to achieve this: lexerstate->merge_start and