diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
commit | 034e2788f812852ed530b42291b3e07c7dc85d84 (patch) | |
tree | 8bb2f9216b88e3d6483f57f03c33bded5cf27a64 /src/or/directory.h | |
parent | 7322de15dc2f0858291f40df1a55a66c80b7fda9 (diff) | |
download | tor-034e2788f812852ed530b42291b3e07c7dc85d84.tar.gz tor-034e2788f812852ed530b42291b3e07c7dc85d84.zip |
whitespace fixes
Diffstat (limited to 'src/or/directory.h')
-rw-r--r-- | src/or/directory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/directory.h b/src/or/directory.h index 51e6ed384d..4899eb5c8c 100644 --- a/src/or/directory.h +++ b/src/or/directory.h @@ -123,7 +123,8 @@ int download_status_get_n_failures(const download_status_t *dls); /* Used only by directory.c and test_dir.c */ STATIC int parse_http_url(const char *headers, char **url); -STATIC int purpose_needs_anonymity(uint8_t dir_purpose, uint8_t router_purpose); +STATIC int purpose_needs_anonymity(uint8_t dir_purpose, + uint8_t router_purpose); STATIC dirinfo_type_t dir_fetch_type(int dir_purpose, int router_purpose, const char *resource); #endif |