[tor-commits] [tor/master] Run "make autostyle"; add an endif comment

nickm at torproject.org nickm at torproject.org
Wed Jan 8 23:38:32 UTC 2020


commit 2d27a3ecc0fbcc08286caa61339051250bd0acc6
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jan 8 18:38:24 2020 -0500

    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 9d414254a..3817a44d7 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;



More information about the tor-commits mailing list