[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: Blair Zajac <blair_at_orcaware.com>
Date: 2006-02-10 22:32:27 CET

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
Received on Fri Feb 10 22:33:36 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.