[tor-commits] [tor/master] run "make autostyle"
nickm at torproject.org
nickm at torproject.org
Thu Feb 20 13:37:26 UTC 2020
commit 5149c100ed9116bfce7053afcf73ca7bfa378fe9
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Feb 20 08:33:40 2020 -0500
run "make autostyle"
---
src/feature/relay/ext_orport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/relay/ext_orport.c b/src/feature/relay/ext_orport.c
index 533400bff..5568dacf1 100644
--- a/src/feature/relay/ext_orport.c
+++ b/src/feature/relay/ext_orport.c
@@ -685,7 +685,7 @@ connection_or_get_by_ext_or_id(const char *id)
return NULL;
return digestmap_get(orconn_ext_or_id_map, id);
}
-#endif
+#endif /* defined(TOR_UNIT_TESTS) */
/** Deallocate the global Extended ORPort identifier list */
void
More information about the tor-commits
mailing list