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

Re: [PATCH]Formatting fix to subversion/libsvn_ra_serf/replay.c

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-11-21 00:02:40 CET

This file uses a one-parameter-per-line style. I committed a patch in
that style to trunk in r22371.

On Mon, 20 Nov 2006, Kamesh Jayachandran wrote:

> Hi All,
> Find the attached patch and log.
>
> With regards
> Kamesh Jayachandran

> [[[
>
> Argument alignment set right.
>
> * subversion/libsvn_ra_serf/replay.c
> (start_replay, end_replay, cdata_replay):
> Arguments were aligned.
>
> Patch by: Kamesh Jayachandran <kamesh@collab.net>
> ]]]

> Index: subversion/libsvn_ra_serf/replay.c
> ===================================================================
> --- subversion/libsvn_ra_serf/replay.c (revision 22356)
> +++ subversion/libsvn_ra_serf/replay.c (working copy)
> @@ -134,10 +134,8 @@
> }
>
> static svn_error_t *
> -start_replay(svn_ra_serf__xml_parser_t *parser,
> - void *userData,
> - svn_ra_serf__dav_props_t name,
> - const char **attrs)
> +start_replay(svn_ra_serf__xml_parser_t *parser, void *userData,
> + svn_ra_serf__dav_props_t name, const char **attrs)
> {
> replay_context_t *ctx = userData;
> replay_state_e state;
> @@ -396,9 +394,8 @@
> }
>
> static svn_error_t *
> -end_replay(svn_ra_serf__xml_parser_t *parser,
> - void *userData,
> - svn_ra_serf__dav_props_t name)
> +end_replay(svn_ra_serf__xml_parser_t *parser, void *userData,
> + svn_ra_serf__dav_props_t name)
> {
> replay_context_t *ctx = userData;
> replay_state_e state;
> @@ -471,10 +468,8 @@
> }
>
> static svn_error_t *
> -cdata_replay(svn_ra_serf__xml_parser_t *parser,
> - void *userData,
> - const char *data,
> - apr_size_t len)
> +cdata_replay(svn_ra_serf__xml_parser_t *parser, void *userData,
> + const char *data, apr_size_t len)
> {
> replay_context_t *replay_ctx = userData;
> replay_state_e state;

  • application/pgp-signature attachment: stored
Received on Tue Nov 21 00:04:05 2006

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.