]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove trailing whitespace
authorproski <proski@localhost>
Mon, 26 Jan 2009 04:05:54 +0000 (04:05 +0000)
committerproski <proski@localhost>
Mon, 26 Jan 2009 04:05:54 +0000 (04:05 +0000)
ChangeLog

index 1136aabc8a7c3ff9cc794a3f6d8291d4fbe4760f..edbf9c96dece1182881806c4ef65e818c73a65a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2009-01-26  Robert Millan  <rmh@aybabtu.com>
 
        * configure.ac: Fix cross-compilation check.
-       
+
 2009-01-22  Christian Franke  <franke@computer.org>
 
        * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
@@ -30,7 +30,7 @@
        transfer loop by grub_ata_pio_write ().
        (grub_ata_identify): Set DEV before check for !BSY. Use
        grub_ata_wait_drq () to wait for data.
-       (grub_ata_setaddress): Set DEV before check for !BSY. 
+       (grub_ata_setaddress): Set DEV before check for !BSY.
        (grub_ata_readwrite): Remove duplicate code, handle batch/rest and
        read/write in one loop.  Fix invalid command on write.  Fix incomplete
        command on (size % batch) == 0.  Add missing error check after write of
@@ -67,7 +67,7 @@
 
        * font/font.c (grub_font_loader_init): Re-position unknown glyph.
 
-       * term/gfxterm.c (write_char): Fix background rendering for wide 
+       * term/gfxterm.c (write_char): Fix background rendering for wide
        width glyphs.
 
 2009-01-19  Robert Millan  <rmh@aybabtu.com>