[MPlayer-cvslog] r37706 - trunk/gui/dialog/fileselect.c

Ingo Brückl ib at wupperonline.de
Sat Feb 13 18:51:37 CET 2016


Reimar Döffinger wrote on Sat, 13 Feb 2016 18:33:53 +0100:

> On Sat, Feb 13, 2016 at 06:27:30PM +0100, ib wrote:
>> Cosmetic: Format to MPlayer coding style.
>>
>> -char * const fsVideoAudioFilterNames[][2] = {
>> +char *const fsVideoAudioFilterNames[][2] = {

> I really don't care either way, but I considered the coding style to
> have the * direct in front of the variable name (because
> that matches the semantics if you declare multiple variables
> with comma), but not when it's a const following (because
> the * does not apply to the const so to say).

Our uncrustify config has to be changed then. I'll see whether this is
configurable that way.

Ingo


More information about the MPlayer-cvslog mailing list