Re: [PATCH] gfxterm clear_char

2009-07-29 Thread Pavel Roskin
On Tue, 2009-07-28 at 22:15 -0700, Joe Auricchio wrote: > Eine kleine gfxterm.c cleanup Applied with formatting changes. > static void > +clear_char(struct grub_colored_char *c) Space is needed before the parenthesis. > +{ > +c->code = ' '; Indentation should be 2 spaces, not 4. >fo

[PATCH] gfxterm clear_char

2009-07-28 Thread Joe Auricchio
Hi, Eine kleine gfxterm.c cleanup Index: src/term/gfxterm.c === --- src.orig/term/gfxterm.c 2009-07-22 16:54:01.0 -0700 +++ src/term/gfxterm.c 2009-07-24 17:15:15.0 -0700 @@ -151,6 +151,16 @@ } static void +