[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] consistent function formatting for libsvn_ra

From: Blair Zajac <blair_at_orcaware.com>
Date: Mon, 25 Feb 2008 14:21:03 -0800

Stefan Sperling wrote:
> Hi,
>
> libsvn_ra has mixed function declaration styles.
>
> Some functions are declared as:
>
> return_value function(...
>
> and others as:
>
> return_value
> function(...
>
> The attached patch changes all function declarations to the
> latter style, which is also recommended in the hacker's guide.
>
> OK to commit?

I find that only to be an issue for long function names which cause lines to
wrap over 80 characters, otherwise I leave the style alone.

Also, I think it would be best of hold off on whitespace and formatting changes
until 1.5 is released.

Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-25 23:21:19 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.