On 17.01.2014 08:23, bre...@apache.org wrote:
> Author: breser
> Date: Fri Jan 17 07:23:31 2014
> New Revision: 1559035
>
> URL: http://svn.apache.org/r1559035
> Log:
> Followup to r1559032: fix a style nit.  No functional change.
>
> * subversion/svn/log-cmd.c
>   (svn_cl__log_entry_receiver_xml): Use indented brackets per our style

[...]

>  
> -  } else {
> -      svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "logentry",
> -                            "revision", revstr, SVN_VA_NULL);
> -  }
> +    } else {
> +        svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "logentry",
> +                              "revision", revstr, SVN_VA_NULL);
> +    }

Speaking of style nits ... "} else {" anything but correct. :)
Should be:

      }
    else
      {


-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to