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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to