Re: [AD] fbcon driver color depth |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-01-07, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> On Sunday 07 January 2007 12:04, Peter Wang wrote:
> > > - if (fb_open_device() != 0)
> > > + if ( (!fb_mode_read) && (fb_open_device() != 0) )
> > > return NULL;
> >
> > Please stick to the formatting of the file you're editing. Thanks.
>
> I'm not entirely sure what you're refering to here, since the change in
> question isn't a formatting change. Do you mean the extra spaces for the
> outer parentheses?
Yup, although fbcon.c is one of those files which is all over the place :)
Peter