diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 11:57:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 11:57:42 -0500 |
commit | 989db9aed19f0ca3c93a1638bab4a2b473a94aa9 (patch) | |
tree | b56998b0f25b99da328f61dc3843e10cd3eeb1c9 /src/or/routerparse.c | |
parent | 1a07348a50ec679c8b7bb1abb45e61a9ebcc69a9 (diff) | |
download | tor-989db9aed19f0ca3c93a1638bab4a2b473a94aa9.tar.gz tor-989db9aed19f0ca3c93a1638bab4a2b473a94aa9.zip |
fix whitespace issues
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index e580df2bc0..fc30c625bf 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2170,7 +2170,6 @@ networkstatus_v2_parse_from_string(const char *s) return ns; } - /** Parse a v3 networkstatus vote, opinion, or consensus (depending on * ns_type), from <b>s</b>, and return the result. Return NULL on failure. */ networkstatus_t * |