aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-03-04 07:42:10 +0100
committerDaniel Kiper <daniel.kiper@oracle.com>2022-03-14 15:59:45 +0100
commitc1d79dbcc97d2d207003a02a2e47fdee71c06ba7 (patch)
treed3426f528d9375e7af543ac7b387e9f2411c57fb
parent8cd33b300a437c03253de39fd1de352bd9ffbcd4 (diff)
downloadgrub-c1d79dbcc97d2d207003a02a2e47fdee71c06ba7.tar.gz
script: Remove trailing whitespaces
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--grub-core/script/execute.c2
-rw-r--r--grub-core/script/lexer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
index 25158407d..14ff09094 100644
--- a/grub-core/script/execute.c
+++ b/grub-core/script/execute.c
@@ -788,7 +788,7 @@ cleanup:
grub_free (expansions[j]);
}
grub_free (expansions);
-
+
if (failed)
{
grub_script_argv_free (&unexpanded);
diff --git a/grub-core/script/lexer.c b/grub-core/script/lexer.c
index 52004d059..b6812b66c 100644
--- a/grub-core/script/lexer.c
+++ b/grub-core/script/lexer.c
@@ -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