]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
io: Remove trailing whitespaces
authorElyes Haouas <ehaouas@noos.fr>
Fri, 4 Mar 2022 06:42:02 +0000 (07:42 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Mar 2022 14:46:38 +0000 (15:46 +0100)
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/io/gzio.c
grub-core/io/xzio.c

index 10156e569c85e96095d9e06d513176054a9b42ee..4fa31ff218e997edbd69e63fab6d01dccd0a7016 100644 (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);
 
index 516c4dfca50dfe3d49ed5d111177e4c40e5c374f..63d8cda6a9ed24e7de4093cd515b671937f40b5a 100644 (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.  */
          {