svn commit: r237133 - head/sys/kern

Bruce Evans brde at optusnet.com.au
Fri Jun 15 12:32:25 UTC 2012


On Fri, 15 Jun 2012, Pawel Jakub Dawidek wrote:

> Log:
>  One more attempt to make prototypes formated according to style(9),

Thanks.  The prototypes look OK now.

>  which
>  holefully recovers from the "worse than useless" state.

Er, my "worse than useless" description wasn't about prototypes.  It
was about putting a tab in the middle of type a declaration.  The tab
lines up some identifier, but this is worse than useless since it
makes things look like they are lined up, but when you look closer
you see that the wrong things are lined up.  Example:

struct fstat_args {
 	int	fd;
 	struct	stat *sb;
};

Bruce


More information about the svn-src-all mailing list