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

Re: svn commit: r18421 - in trunk/subversion: svn svnadmin svnlook svnserve svnsync

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-10 23:53:01 CET

On 2/10/06, Blair Zajac <blair@orcaware.com> wrote:
> rooneg@tigris.org wrote:
> > Author: rooneg
> > Date: Fri Feb 10 15:21:34 2006
> > New Revision: 18421
> >
> > Modified:
> > trunk/subversion/svn/main.c
> > trunk/subversion/svnadmin/main.c
> > trunk/subversion/svnlook/main.c
> > trunk/subversion/svnserve/main.c
> > trunk/subversion/svnsync/main.c
> ....
> > #ifdef SIGPIPE
> > /* Disable SIGPIPE generation for the platforms that have it. */
> > - apr_signal(SIGPIPE, SIG_IGN);
> > + apr_signal (SIGPIPE, SIG_IGN);
> > +#endif
>
> Ewww, a space-before-paren. Let's check the voting logs. Yup, you voted for
> space-before-paren :)

Hey, I'm just making it consistent wiht the rest of the file.

When someone actually gets around to reformatting everything I'll be
happy to stick to no-space ;-)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 10 23:53:58 2006

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.