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

Re: svn commit: r32628 - trunk/subversion/tests/libsvn_fs

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 21 Aug 2008 19:24:48 -0700

On Thu, Aug 21, 2008 at 4:44 PM, <hwright_at_tigris.org> wrote:
>...
> +++ trunk/subversion/tests/libsvn_fs/fs-test.c Thu Aug 21 16:44:23 2008 (r32628)
>...
> @@ -4383,8 +4383,7 @@ verify_checksum(const char **msg,
> svn_fs_txn_t *txn;
> svn_fs_root_t *txn_root;
> svn_stringbuf_t *str;
> - unsigned char expected_digest[APR_MD5_DIGESTSIZE];
> - unsigned char actual_digest[APR_MD5_DIGESTSIZE];
> + svn_checksum_t *expected_checksum, *actual_checksum;

It is highly preferred to have one symbol declaration per line.

>...

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-22 04:24:56 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.