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

Re: [PATCH] svn-fast-time-from-cstring.patch

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-12 01:57:14 CET

cmpilato@collab.net wrote:

>Blair Zajac <blair@orcaware.com> writes:
>
>
>
>>Branko ?ibej wrote:
>>
>>
>>>And, for the record, I propose we kill that
>>>space-before-parein-in-function-call rule.
>>>
>>>
>>+1.
>>
>>
> _
>-0.9999
>
>Sorry, but whitespace gives code a less cramped look, the same reason
>I prefer:
>
> if (cond)
> {
> stuff
> }
>
>to:
>
> if (cond) {
> stuff
> }
>
>But let's just not go here today, okay? Please?
>
I don't recall mentioning braces. Just parentheses, and only in function
calls:

    abort()

instead of

    abort ()

And I did _not_ propose to make sweeping formatting changes in the code,
just to mandate that new code drops that space-after-function-name thing
in function calls -- not in declarations, of course.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 12 01:58:04 2002

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.