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:
parent
a2f71c73b0
commit
0d41cc0a29
@ -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);
|
||||
|
||||
|
||||
@ -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. */
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user