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

Re: svn commit: r955708 - /subversion/trunk/subversion/svnadmin/main.c

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 17 Jun 2010 15:01:13 -0400

> @@ -1184,18 +1180,19 @@ set_revprop(const char *prop_name, const
> if (opt_state->use_pre_revprop_change_hook ||
> opt_state->use_post_revprop_change_hook)
> {
> - SVN_ERR(svn_repos_fs_change_rev_prop3
> - (repos, opt_state->start_revision.value.number,
> - NULL, prop_name, prop_value,
> - opt_state->use_pre_revprop_change_hook,
> - opt_state->use_post_revprop_change_hook, NULL, NULL, pool));
> + SVN_ERR(svn_repos_fs_change_rev_prop3(repos,
> + opt_state->start_revision.value.number,
> + NULL, prop_name, prop_value,
> + opt_state->use_pre_revprop_change_hook,
> + opt_state->use_post_revprop_change_hook, NULL,
> + NULL, pool));

Just out of curiosity, what is the indentation algorithm used in situations
like this? I've been unable to detect consistency so far.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-06-17 21:01:54 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.