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

[PATCH] consistent function formatting for libsvn_ra

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 25 Feb 2008 23:12:49 +0100

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?

[[[

* subversion/libsvn_ra/wrapper_template.h,
  subversion/libsvn_ra/ra_loader.c: Reformat all function declarations
   to the style recommended in the hacker's guide. Some functions in
   these files were already formatted this way.

]]]

Thanks,

-- 
Stefan Sperling <stsp_at_elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner

  • application/pgp-signature attachment: stored
Received on 2008-02-25 23:13:15 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.