run "make autostyle"

This commit is contained in:
Nick Mathewson 2020-02-20 08:33:40 -05:00
parent b9cc4cc50a
commit 5149c100ed

View file

@ -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