Revision: 2051
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2051
Author: robertmh
Date: 2009-03-30 22:20:16 +0000 (Mon, 30 Mar 2009)
Log Message:
-----------
Fix indentation.
Modified Paths:
--------------
trunk/grub2/ChangeLog
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-03-29 21:21:19 UTC (rev 2050)
+++ trunk/grub2/ChangeLog 2009-03-30 22:20:16 UTC (rev 2051)
@@ -1,10 +1,10 @@
2009-03-29 Vladimir Serbinenko <[email protected]>
- Leak fixes
+ Leak fixes
- * kern/disk.c (grub_disk_cache_store): Invalidate previous cache
- in case of collision
- * disk/scsi.c (grub_scsi_open): free scsi in case of error
+ * kern/disk.c (grub_disk_cache_store): Invalidate previous cache
+ in case of collision
+ * disk/scsi.c (grub_scsi_open): free scsi in case of error
2009-03-29 Robert Millan <[email protected]>