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

Re: svn commit: r932635 - /subversion/trunk/subversion/libsvn_repos/reporter.c

From: Blair Zajac <blair_at_orcaware.com>
Date: Fri, 09 Apr 2010 15:15:21 -0700

On 04/09/2010 03:08 PM, stsp_at_apache.org wrote:
> Author: stsp
> Date: Fri Apr 9 22:08:40 2010
> New Revision: 932635
>
> URL: http://svn.apache.org/viewvc?rev=932635&view=rev
> Log:
> * subversion/libsvn_repos/reporter.c
> (update_entry): Style nit: Replace "if (a) b = TRUE;" with "b = (a);"

> - else if (distance != -1 || b->ignore_ancestry)
> - related = TRUE;
> +
> + related = (distance != -1 || b->ignore_ancestry);

Why not then also remove the related = FALSE just above this code as
it's redundant.

Blair
Received on 2010-04-10 00:15:48 CEST

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.