From 2d27a3ecc0fbcc08286caa61339051250bd0acc6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Jan 2020 18:38:24 -0500 Subject: [PATCH] Run "make autostyle"; add an endif comment --- src/core/or/connection_or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;