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

Re: svn commit: r35780 - in branches/issue-3334-dirs/subversion: libsvn_wc tests/cmdline

From: Stephen Butler <sbutler_at_elego.de>
Date: Tue, 10 Feb 2009 09:33:45 +0100

Quoting Stefan Sperling <stsp_at_elego.de>:

> On Mon, Feb 09, 2009 at 03:12:50PM -0800, Stephen Butler wrote:
>> Author: sbutler
>> Date: Mon Feb 9 15:12:50 2009
>> New Revision: 35780
>>
>
>> else /* Obstructing dir *is* versioned or scheduled for addition. */
>> {
>> const svn_wc_entry_t *entry;
>> + const svn_wc_entry_t *parent_entry;
>> + svn_wc_adm_access_t *parent_adm_access;
>>
>> SVN_ERR(svn_wc_entry(&entry, db->path, adm_access, FALSE, pool));
>> + SVN_ERR_ASSERT(entry);
>
> Hey Steve,
>
> the indentation here looks off.
>
> (Sorry, no brain capacity left for proper review...)

Thanks for the tip. A .emacs issue. Doh! I corrected the indentation
in r35785.

Steve

-- 
Stephen Butler | Software Developer
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
Received on 2009-02-10 09:34:09 CET

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.