lkml.org 
[lkml]   [2008]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Standard indentation of arguments
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.


\
 
 \ /
  Last update: 2008-05-21 09:25    [W:0.137 / U:0.544 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site