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

Re: svn commit: r8909 - trunk/subversion/libsvn_diff

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-03-07 09:28:37 CET

> On Sun, 2004-03-07 at 00:16, Sander Striker wrote:
> > On Sat, 2004-03-06 at 22:49, dionisos@tigris.org wrote:
> > > Author: dionisos
> > > Date: Sat Mar 6 15:49:08 2004
> > > New Revision: 8909
> > >
> > > Modified:
> > > trunk/subversion/libsvn_diff/diff_file.c
> >
> > > - apr_err = apr_file_read_full(file, buffer, length, NULL);
> > > - if (apr_err != APR_SUCCESS)
> > > - return svn_error_wrap_apr(apr_err, "Failed to read file '%s'",
> path);
> > > + SVN_ERR (svn_io_file_seek (file, APR_SET, &offset, pool));
> > > + SVN_ERR (svn_io_file_read_full (file, buffer, length, NULL, pool));
> >
> > This file constistently used the no-space-before-paren style, please
> > 'fix' ;).
>
> Scratch the 'consistently', make that predominantly... :(

No problem. I'll do that, but since you added the predominantly: which way?

bye,

Erik.

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 7 09:28:51 2004

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.