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

@ -4814,7 +4814,7 @@ struct routerset_t {
/** A list of the country codes in this set. */
smartlist_t *country_names;
/** Total number of countries we knew about when we built <b>countries</b>. */
/** Total number of countries we knew about when we built <b>countries</b>.*/
int n_countries;
/** Bit array mapping the return value of geoip_get_country() to 1 iff the
* country is a member of this routerset. Note that we MUST call

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();