clean whitespace.

svn:r4912
This commit is contained in:
Nick Mathewson 2005-09-07 17:15:46 +00:00
parent 5c6c88e76d
commit eac917fd6a
3 changed files with 4 additions and 6 deletions

View File

@ -705,7 +705,6 @@ typedef struct addr_policy_t {
struct addr_policy_t *next; /**< Next rule in list. */
} addr_policy_t;
/** A cached_dir_t represents a cacheable directory object, along with its
* compressed form. */
typedef struct cached_dir_t {

View File

@ -1421,7 +1421,6 @@ networkstatus_parse_from_string(const char *s)
return ns;
}
/** Parse the exit policy in the string <b>s</b> and return it. If
* assume_action is nonnegative, then insert its action (ADDR_POLICY_ACCEPT or
* ADDR_POLICY_REJECT) for items that specify no action.