|
From: James S. <jsi...@in...> - 2003-01-05 20:47:40
|
On Sun, 29 Dec 2002, Geert Uytterhoeven wrote: > - Replace conditionals by straight code without branches (bit 7 of needs_logo > is either 0 (normal) or 1 (reverse), and perhaps we should kill the default > case?). Applied. > BTW, most of the new fbdev code looks really ugly in vim with `let > c_space_errors=1', due to the exorbitant use of superfluous whitespace > characters. ??? I use indent -kr -i8 to handle indenting. |