diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-09 10:06:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-09 10:06:35 -0500 |
commit | e2fcfc6e52e5e95a43df12259055fa38e9a9c06d (patch) | |
tree | b15ba54c6098db33d47bbc33c000bc67ee79fb0f /src/test/test_dir_handle_get.c | |
parent | 1ffba2f1217e5025dd2e6fe783517a22e225c63b (diff) | |
download | tor-e2fcfc6e52e5e95a43df12259055fa38e9a9c06d.tar.gz tor-e2fcfc6e52e5e95a43df12259055fa38e9a9c06d.zip |
Put all NS_DECL invocations on single lines.
This is going to make my script happier; these lines will soon
disappear.
Diffstat (limited to 'src/test/test_dir_handle_get.c')
-rw-r--r-- | src/test/test_dir_handle_get.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c index cf8711272b..2c6ad14398 100644 --- a/src/test/test_dir_handle_get.c +++ b/src/test/test_dir_handle_get.c @@ -2249,8 +2249,7 @@ test_dir_handle_get_status_vote_next_bandwidth_not_found(void* data) tor_free(header); } -NS_DECL(const char*, -dirvote_get_pending_consensus, (consensus_flavor_t flav)); +NS_DECL(const char*, dirvote_get_pending_consensus, (consensus_flavor_t flav)); const char* NS(dirvote_get_pending_consensus)(consensus_flavor_t flav) @@ -2348,8 +2347,7 @@ test_dir_handle_get_status_vote_next_consensus_signatures_not_found(void* data) tor_free(body); } -NS_DECL(const char*, -dirvote_get_pending_detached_signatures, (void)); +NS_DECL(const char*, dirvote_get_pending_detached_signatures, (void)); const char* NS(dirvote_get_pending_detached_signatures)(void) |