[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: <cmpilato_at_collab.net>
Date: 2002-12-11 20:34:01 CET

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?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 20:38:17 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.