Re: [PATCH] Prototype all function definitions for C23 compat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



наб <nabijaczleweli@xxxxxxxxxxxxxxxxxx> wrote:
>
> STATIC int
> -describe_command(out, command, path, verbose)
> -       struct output *out;
> -       char *command;
> -       const char *path;
> -       int verbose;
> +describe_command(struct output *out, char *command, const char *path, int verbose)

Thanks for doing this!

But since you are here, could you please change the style to:

static int describe_command(struct output *out, char *command,
			    const char *path, int verbose)

Cheers,
-- 
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux