diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-15 09:21:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-15 09:21:29 -0400 |
commit | b48f8a8114575793046a8e9d3544d6b2d0a17f82 (patch) | |
tree | 406217796ac1f3ef57e50f3bebf2591a1da9b08a /src/or/rendcommon.h | |
parent | c9899ee64008b63cb9867115ac684590dd50f902 (diff) | |
download | tor-b48f8a8114575793046a8e9d3544d6b2d0a17f82.tar.gz tor-b48f8a8114575793046a8e9d3544d6b2d0a17f82.zip |
Fix whitespace.
Diffstat (limited to 'src/or/rendcommon.h')
-rw-r--r-- | src/or/rendcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h index fe45299598..7d81976013 100644 --- a/src/or/rendcommon.h +++ b/src/or/rendcommon.h @@ -58,7 +58,7 @@ void rend_get_descriptor_id_bytes(char *descriptor_id_out, const char *service_id, const char *secret_id_part); int hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, - const char *id); + const char *id); int hid_serv_acting_as_directory(void); MOCK_DECL(int, hid_serv_responsible_for_desc_id, (const char *id)); |