summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-18 14:19:51 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-18 14:19:51 +0000
commit59b1b0875341a1592e23d59639f364328e9b27ad (patch)
tree5480dcdcc0755b505f09467261d94e11c9af74cf /src/or/dirvote.c
parent35abfa1f77faa599377948b37580ad372e7a587b (diff)
downloadtor-59b1b0875341a1592e23d59639f364328e9b27ad.tar.gz
tor-59b1b0875341a1592e23d59639f364328e9b27ad.zip
r15905@catbus: nickm | 2007-10-18 09:58:54 -0400
Document some functions while I can still rememberf what they do. Fix up some whitespace. svn:r12018
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 721e8bee1f..f28a7311bd 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -1474,7 +1474,6 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
}
}
-
return any_failed ? NULL : pending_vote;
}