[vlc-devel] [RFC 1/2] executor: introduce new executor API

Alexandre Janniaux ajanni at videolabs.io
Thu Aug 27 09:40:54 CEST 2020


Hi,

On Thu, Aug 27, 2020 at 07:09:00AM +0200, Steve Lhomme wrote:
> On 2020-08-26 19:19, Romain Vimont wrote:
> > +    void
>
> Why
>
> > +    (*run)(void *userdata);
>
> Do you
> use two lines
> for this ?
>
> When grepping for code I always stumble such unreadable lines. I have to
> open the files for each of them to read the actual prototype.

This is a tooling issue, not a code issue:

   git grep -C 1 run

Though in this case, the line separator is probably useless
given the already short line.

Regards,
--
Alexandre Janniaux
Videolabs


More information about the vlc-devel mailing list