[syslinux] [GIT PULL] elflink fixes

Shao Miller Shao.Miller at yrdsb.edu.on.ca
Fri May 4 08:28:50 PDT 2012


On 5/4/2012 11:07, Paulo Alcantara wrote:
> Hi Matt,
>
> From: Matt Fleming<matt at console-pimps.org>
> Date: Fri, 04 May 2012 11:05:43 +0100
>
>> -static const char * cmd_reverse_search(int *cursor)
>> +static const char * cmd_reverse_search(int *cursor, clock_t *kbd_to,
>> +				       clock_t *tto)
>
> Please, fix coding style here.
>
> E.g.: change "static const char * cmd_reserve..." to "static const char *cmd_reverse..."

Heheh.  I prefer:

   type * ptr

over:

   type *ptr

for readable code. :)

However, I think the majority of Syslinux code uses the latter.

- Shao Miller



More information about the Syslinux mailing list