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

Re: svn commit: r14478 - in trunk/subversion: tests/libsvn_subr

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-28 10:02:59 CEST

On Wed, 27 Apr 2005 philip@tigris.org wrote:

> Author: philip
> Date: Wed Apr 27 11:43:53 2005
> New Revision: 14478
>
> Modified:
> trunk/subversion/libsvn_subr/path.c
> trunk/subversion/tests/libsvn_subr/path-test.c
>
> Modified: trunk/subversion/libsvn_subr/path.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_subr/path.c?rev=14478&p1=trunk/subversion/libsvn_subr/path.c&p2=trunk/subversion/libsvn_subr/path.c&r1=14477&r2=14478
> ==============================================================================
> --- trunk/subversion/libsvn_subr/path.c (original)
> +++ trunk/subversion/libsvn_subr/path.c Wed Apr 27 11:43:53 2005
> @@ -712,33 +712,12 @@
> {
> apr_size_t j;
>
> - assert (path);
> + for(j = 0; path[j]; ++j)

Missing space before paren.

> + if (path[j] == ':' || path[j] == '/')
> + break;
>
Please put multiline statements in braces.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 10:02:55 2005

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.