mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
whitespace fixes.
svn:r17683
This commit is contained in:
parent
ecaee1d927
commit
c449e6e5be
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user