From: robertmh Date: Mon, 30 Mar 2009 22:20:16 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: 1.98~1070 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f968172ebf538192c38598a9db85c33b2bf22812;p=thirdparty%2Fgrub.git Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index 950710103..f742c0a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ 2009-03-29 Vladimir Serbinenko - 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