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

Re: svn commit: r40340 - trunk/subversion/libsvn_wc

From: Branko Cibej <brane_at_xbc.nu>
Date: Mon, 02 Nov 2009 15:12:51 +0100

Hyrum K. Wright wrote:
> On Nov 1, 2009, at 8:27 AM, Bert Huijben wrote:
>
>> if (val)
>> - entries_format = (apr_off_t)apr_strtoi64(val, NULL, 0);
>> + entries_format = (int)apr_strtoi64(val, NULL, 0);
>>
>
> I know the old code didn't do this, but I think the trend is to use
> space-before-paren for casts. (But it's part of old-and-busted, so I
> don't really think it matters that much. Vermillion.)
>

Eh, I'm confuse, space before _which_ paren?

-- Brane

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2413793
Received on 2009-11-02 15:13:13 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.