aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-03-04 07:42:02 +0100
committerDaniel Kiper <daniel.kiper@oracle.com>2022-03-14 15:46:38 +0100
commit0d41cc0a2962b0026be8ce0713a00a796eaac8bf (patch)
tree11163e06bbfcb4b262a5a319977a44b2edf1a462
parenta2f71c73b0b83c5b55fa4828ee8dcf18b6a085f3 (diff)
downloadgrub-0d41cc0a2962b0026be8ce0713a00a796eaac8bf.tar.gz
io: Remove trailing whitespaces
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--grub-core/io/gzio.c2
-rw-r--r--grub-core/io/xzio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/grub-core/io/gzio.c b/grub-core/io/gzio.c
index 10156e569..4fa31ff21 100644
--- a/grub-core/io/gzio.c
+++ b/grub-core/io/gzio.c
@@ -1252,7 +1252,7 @@ static int
test_zlib_header (grub_gzio_t gzio)
{
grub_uint8_t cmf, flg;
-
+
cmf = get_byte (gzio);
flg = get_byte (gzio);
diff --git a/grub-core/io/xzio.c b/grub-core/io/xzio.c
index 516c4dfca..63d8cda6a 100644
--- a/grub-core/io/xzio.c
+++ b/grub-core/io/xzio.c
@@ -283,7 +283,7 @@ grub_xzio_read (grub_file_t file, char *buf, grub_size_t len)
{
grub_off_t new_offset = current_offset + xzio->buf.out_pos;
-
+
if (file->offset <= new_offset)
/* Store first chunk of data in buffer. */
{