diff options
author | Neel Chauhan <neel@neelc.org> | 2021-02-03 14:07:01 -0800 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2021-02-03 14:07:01 -0800 |
commit | d10346628236f6e2dd3730c466508162ac9c8181 (patch) | |
tree | 368e07fd29fe733c702a8b65df0f1d4d65c5d672 /src/feature/dirauth/dirvote.c | |
parent | d06dfc08457ad1d65072ae79fe6208ce4f3a7021 (diff) | |
download | tor-d10346628236f6e2dd3730c466508162ac9c8181.tar.gz tor-d10346628236f6e2dd3730c466508162ac9c8181.zip |
Add missing newline between get_all_possible_sybil() and version_from_platform()
Diffstat (limited to 'src/feature/dirauth/dirvote.c')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 0703f43063..0f62a8bbf5 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -4424,6 +4424,7 @@ get_all_possible_sybil(const smartlist_t *routers) // Return the digestmap: it now contains all the possible sybils return omit_as_sybil; } + /** Given a platform string as in a routerinfo_t (possibly null), return a * newly allocated version string for a networkstatus document, or NULL if the * platform doesn't give a Tor version. */ |