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

Re: svn commit: r15157 - trunk/subversion/libsvn_subr

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-06-24 09:24:50 CEST

On Thursday 23 June 2005 22:35, Greg Hudson wrote:
> On Thu, 2005-06-23 at 19:02 -0500, jszakmeister@tigris.org wrote:
> > - if (strcmp (this_entry.name, dst_basename) == 0)
> > - continue;
> > + if (strcmp (src, dst_parent) == 0
> > + && strcmp (this_entry.name, dst_basename) == 0)
> > + {
> > + continue;
> > + }
>
> Uh... why did you add the braces?

It was a little hard to read without them. It started looking like
continue was more like part of the if statement than the block that was
to be executed as a result.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 24 09:26:43 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.