diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-04 19:28:10 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-04 20:19:40 +0200 |
commit | 8ef395d6a918f3f216fa24d3c71b444073fe6eb0 (patch) | |
tree | bcd4d0ae142c2f9b35ccc1a04081308f0722660e /src/or/dirserv.c | |
parent | b337aa4c0e4de4ee9dfda7eb52c4869969ebb94e (diff) | |
download | tor-8ef395d6a918f3f216fa24d3c71b444073fe6eb0.tar.gz tor-8ef395d6a918f3f216fa24d3c71b444073fe6eb0.zip |
Whitespace.
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 44e52914ee..09430feb2a 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -2695,8 +2695,7 @@ dirserv_read_measured_bandwidths(const char *from_file, } /** Return a new networkstatus_t* containing our current opinion. (For v3 - * authorities) - */ + * authorities) */ networkstatus_t * dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key, authority_cert_t *cert) |