mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix wide lines in dirauth/dirvote.*
This commit is contained in:
parent
7f2dbbe585
commit
8dcc015975
@ -4562,4 +4562,3 @@ dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key,
|
||||
|
||||
return v3_out;
|
||||
}
|
||||
|
||||
|
@ -164,7 +164,8 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
|
||||
}
|
||||
|
||||
static inline int
|
||||
dirvote_add_signatures(const char *detached_signatures_body, const char *source,
|
||||
dirvote_add_signatures(const char *detached_signatures_body,
|
||||
const char *source,
|
||||
const char **msg_out)
|
||||
{
|
||||
(void) detached_signatures_body;
|
||||
@ -244,4 +245,3 @@ STATIC microdesc_t *dirvote_create_microdescriptor(const routerinfo_t *ri,
|
||||
#endif /* defined(DIRVOTE_PRIVATE) */
|
||||
|
||||
#endif /* !defined(TOR_DIRVOTE_H) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user