diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:41:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:41:08 -0500 |
commit | 81360c4a5fde6d66a81c506af657df77d2e63cff (patch) | |
tree | f7bc6843a6f8ff953732dd9bb906a4de992dbd25 /src/or/hs_common.h | |
parent | a675ef8eeabcd6c2ab05cfadc59a95de578be380 (diff) | |
download | tor-81360c4a5fde6d66a81c506af657df77d2e63cff.tar.gz tor-81360c4a5fde6d66a81c506af657df77d2e63cff.zip |
whitespace fixes
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r-- | src/or/hs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h index 55710b7f79..8158d278df 100644 --- a/src/or/hs_common.h +++ b/src/or/hs_common.h @@ -42,3 +42,4 @@ const uint8_t *rend_data_get_pk_digest(const rend_data_t *rend_data, int hs_v3_protocol_is_enabled(void); #endif /* TOR_HS_COMMON_H */ + |