mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
And appease the whitespace nazis among us
svn:r13950
This commit is contained in:
parent
0e36ce628b
commit
2704a2e129
@ -864,7 +864,6 @@ handle_control_getconf(control_connection_t *conn, uint32_t body_len,
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/** Called when we get a +LOADCONF message. */
|
||||
static int
|
||||
handle_control_loadconf(control_connection_t *conn, uint32_t len,
|
||||
@ -906,7 +905,6 @@ handle_control_loadconf(control_connection_t *conn, uint32_t len,
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/** Called when we get a SETEVENTS message: update conn->event_mask,
|
||||
* and reply with DONE or ERROR. */
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user