aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-03 11:57:42 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-03 11:57:42 -0500
commit989db9aed19f0ca3c93a1638bab4a2b473a94aa9 (patch)
treeb56998b0f25b99da328f61dc3843e10cd3eeb1c9 /src/or/routerparse.c
parent1a07348a50ec679c8b7bb1abb45e61a9ebcc69a9 (diff)
downloadtor-989db9aed19f0ca3c93a1638bab4a2b473a94aa9.tar.gz
tor-989db9aed19f0ca3c93a1638bab4a2b473a94aa9.zip
fix whitespace issues
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
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 *