]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Run "make autostyle"; add an endif comment
authorNick Mathewson <nickm@torproject.org>
Wed, 8 Jan 2020 23:38:24 +0000 (18:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 8 Jan 2020 23:38:24 +0000 (18:38 -0500)
src/core/or/connection_or.h

index 9d414254a6bb644f4f9a353b3ef264fe7a724595..3817a44d742eae5c4e304c5ec849a7fc58071048 100644 (file)
@@ -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;