io: 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:02 +01:00 committed by Daniel Kiper
parent a2f71c73b0
commit 0d41cc0a29
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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. */
{