[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: Sander Striker <striker_at_apache.org>
Date: 2004-03-07 00:17:48 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... :(

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 7 00:17:59 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.