Re: [PATCH] Standard indentation of arguments

From: Jiri Slaby
Date: Wed May 21 2008 - 03:20:43 EST


On 05/21/2008 07:58 AM, Jianjun Kong wrote:
Standard indentation of arguments.
I use right blank space to displace the last table, in order to make the arguments alining. For example:

old:
extern void test_fun(struct list_head *new,
struct list_head *prev,
struct list_head *next);
new:
extern void test_fun(struct list_head *new,
struct list_head *prev,
struct list_head *next);

I think, there is no "standard" on this. I personally do prefer indentation by tabs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/