Remove trailing spaces and tabs, replace spaces with tabs when needed
This commit is contained in:
parent
aebe3d13bb
commit
f19dbdb73f
1 changed files with 148 additions and 148 deletions
18
ChangeLog
18
ChangeLog
|
@ -385,7 +385,7 @@
|
||||||
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
|
* fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
|
||||||
grub_printf() flags, since we're printing in units of 2 bytes.
|
grub_printf() flags, since we're printing in units of 2 bytes.
|
||||||
|
|
||||||
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
@ -834,7 +834,7 @@
|
||||||
Improve robustness when handling LVM.
|
Improve robustness when handling LVM.
|
||||||
|
|
||||||
* disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
|
* disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
|
||||||
(and leave `*p' unmodified).
|
(and leave `*p' unmodified).
|
||||||
(grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
|
(grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
|
||||||
through it.
|
through it.
|
||||||
(grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
|
(grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
|
||||||
|
@ -3464,7 +3464,7 @@
|
||||||
|
|
||||||
2007-07-24 Jerone Young <jerone@gmail.com>
|
2007-07-24 Jerone Young <jerone@gmail.com>
|
||||||
|
|
||||||
* conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
|
* conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
|
||||||
modules for compilation.
|
modules for compilation.
|
||||||
* conf/powerpc-ieee1275.rmk: Likewise.
|
* conf/powerpc-ieee1275.rmk: Likewise.
|
||||||
|
|
||||||
|
@ -4130,7 +4130,7 @@
|
||||||
2007-05-09 Robert Millan <rmh@aybabtu.com>
|
2007-05-09 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-probe.c (probe): When detecting partition map,
|
* util/i386/pc/grub-probe.c (probe): When detecting partition map,
|
||||||
fail gracefully if dev->disk->partition == NULL.
|
fail gracefully if dev->disk->partition == NULL.
|
||||||
|
|
||||||
2007-05-07 Robert Millan <rmh@aybabtu.com>
|
2007-05-07 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
@ -7908,11 +7908,11 @@
|
||||||
2005-08-16 Vesa Jaaskelainen <chaac@nic.fi>
|
2005-08-16 Vesa Jaaskelainen <chaac@nic.fi>
|
||||||
|
|
||||||
* commands/i386/pc/vbe_list_modes.c: Update source formatting to
|
* commands/i386/pc/vbe_list_modes.c: Update source formatting to
|
||||||
follow GCS more precisely.
|
follow GCS more precisely.
|
||||||
* commands/i386/pc/vbe_test.c: Likewise.
|
* commands/i386/pc/vbe_test.c: Likewise.
|
||||||
* include/grub/i386/pc/vbe.h: Likewise.
|
* include/grub/i386/pc/vbe.h: Likewise.
|
||||||
* term/i386/pc/vesafb.c: Likewise.
|
* term/i386/pc/vesafb.c: Likewise.
|
||||||
* video/i386/pc/vbe.c: Likewise.
|
* video/i386/pc/vbe.c: Likewise.
|
||||||
|
|
||||||
2005-08-16 Vesa Jaaskelainen <chaac@nic.fi>
|
2005-08-16 Vesa Jaaskelainen <chaac@nic.fi>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue