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

Re: svn commit: r1101868 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 11 May 2011 15:35:19 -0400

On May 11, 2011 9:24 AM, <philip_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Wed May 11
13:23:47 2011
> @@ -881,7 +881,7 @@ static void* secure_aligned_alloc(apr_po
> void* memory = apr_palloc(pool, size + ITEM_ALIGNMENT);

I know this wasn't part of your change, Philip, but these declarations use
the wrong white space.

GOOD: void *Foo;
BAD: void* Foo;

>...

Cheers
-g
Received on 2011-05-11 21:35:54 CEST

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.