On May 11, 2011 9:24 AM, <phi...@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