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

Re: svn commit: r1559035 - /subversion/trunk/subversion/svn/log-cmd.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Fri, 17 Jan 2014 12:39:18 +0100

On 17.01.2014 08:23, breser_at_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. brane_at_wandisco.com
Received on 2014-01-17 12:39:57 CET

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.