You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2006/02/10 21:32:27 UTC

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

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 :)

Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 2/10/06, Blair Zajac <bl...@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