diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-08 18:38:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-08 18:38:24 -0500 |
commit | 2d27a3ecc0fbcc08286caa61339051250bd0acc6 (patch) | |
tree | c41fce56a290203b5b77170d8bbe223d37c35937 /src | |
parent | a58cffe195caff042a3785813447025ab13d8bbc (diff) | |
download | tor-2d27a3ecc0fbcc08286caa61339051250bd0acc6.tar.gz tor-2d27a3ecc0fbcc08286caa61339051250bd0acc6.zip |
Run "make autostyle"; add an endif comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/connection_or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/connection_or.h b/src/core/or/connection_or.h index 9d414254a6..3817a44d74 100644 --- a/src/core/or/connection_or.h +++ b/src/core/or/connection_or.h @@ -141,7 +141,7 @@ STATIC void note_or_connect_failed(const or_connection_t *or_conn); */ MOCK_DECL(STATIC void,connection_or_change_state, (or_connection_t *conn, uint8_t state)); -#endif +#endif /* defined(CONNECTION_OR_PRIVATE) */ #ifdef TOR_UNIT_TESTS extern int certs_cell_ed25519_disabled_for_testing; |