diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-26 14:05:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-26 14:07:06 -0400 |
commit | 6fcaf83c98df4a12149cd4b5956cd96f3e59ccfd (patch) | |
tree | a382e4ee2ca8f59a8f487bfe79f25794838dce30 /src/or/directory.c | |
parent | 5742e4fd8ea28c21f4f8f8a809c88a0b31a5d73d (diff) | |
download | tor-6fcaf83c98df4a12149cd4b5956cd96f3e59ccfd.tar.gz tor-6fcaf83c98df4a12149cd4b5956cd96f3e59ccfd.zip |
Cleanup MOCK_IMPL (etc) to be findable with etags
A fair number of our mock_impl declarations were messed up so that
even our special AM_ETAGSFLAGS couldn't find them.
This should be a whitespace-only patch.
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index a8f9788fde..acd694ffee 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -565,7 +565,8 @@ dir_consensus_request_set_additional_headers(directory_request_t *req, * Use <b>pds_flags</b> as arguments to router_pick_directory_server() * or router_pick_trusteddirserver(). */ -MOCK_IMPL(void, directory_get_from_dirserver, ( +MOCK_IMPL(void, +directory_get_from_dirserver,( uint8_t dir_purpose, uint8_t router_purpose, const char *resource, |