> @@ -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 <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to