whitespace fixes.

svn:r17683
This commit is contained in:
Nick Mathewson 2008-12-18 16:11:08 +00:00
parent ecaee1d927
commit c449e6e5be
2 changed files with 105 additions and 108 deletions

View File

@ -1944,7 +1944,6 @@ test_util_smartlist_strings(void)
static void
test_util_smartlist_overlap(void)
{
/* XXXXX021 reindent. */
smartlist_t *sl = smartlist_create();
smartlist_t *ints = smartlist_create();
smartlist_t *odds = smartlist_create();
@ -1998,7 +1997,6 @@ static void
test_util_smartlist_digests(void)
{
smartlist_t *sl = smartlist_create();
/*XXXX021 reindent. */
/* digest_isin. */
smartlist_add(sl, tor_memdup("AAAAAAAAAAAAAAAAAAAA", DIGEST_LEN));
@ -2030,7 +2028,6 @@ test_util_smartlist_digests(void)
static void
test_util_smartlist_join(void)
{
/*XXXX021 reindent. */
smartlist_t *sl = smartlist_create();
smartlist_t *sl2 = smartlist_create(), *sl3 = smartlist_create(),
*sl4 = smartlist_create();