diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:08 +0000 |
commit | c449e6e5bef46762560d53eb9b517906186abcf6 (patch) | |
tree | 00facc271be08bd0f55e0aca13f15eac7ff34c0e /src/or/routerlist.c | |
parent | ecaee1d927bf721ecc70cee162cabba677e6affe (diff) | |
download | tor-c449e6e5bef46762560d53eb9b517906186abcf6.tar.gz tor-c449e6e5bef46762560d53eb9b517906186abcf6.zip |
whitespace fixes.
svn:r17683
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index f7bc4e0ecb..ec325b8361 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -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 |