Re: [PATCH] CodingStyle update (was Re: URL to the latest

Tigran Aivazian (tigran@aivazian.fsnet.co.uk)
Fri, 18 Feb 2000 09:52:54 +0000


James Manning wrote:
> Good point Tigran... since it's officially preferred, it would appear to
> be a good candidate for CodingStyle inclusion. What do you think?

IMHO, you are absolutely right.

> +struct struct_type foo = {
> + field1: initializer1,
> + field2: initializer2,
> + field3: initializer3,
> +}
> +
> +The trailing comma on the last line allows for a homogenous look and easy
> +rearrangement (eg for later blocking of some members in an #ifdef).

Thanks - I always wondered if it makes any difference to put the last
comma or not.

Regards,
Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/