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_service.h | |
parent | a675ef8eeabcd6c2ab05cfadc59a95de578be380 (diff) | |
download | tor-81360c4a5fde6d66a81c506af657df77d2e63cff.tar.gz tor-81360c4a5fde6d66a81c506af657df77d2e63cff.zip |
whitespace fixes
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r-- | src/or/hs_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h index a54a960b8c..994521fc50 100644 --- a/src/or/hs_service.h +++ b/src/or/hs_service.h @@ -29,3 +29,4 @@ get_establish_intro_payload(uint8_t *buf, size_t buf_len, #endif /* HS_SERVICE_PRIVATE */ #endif /* TOR_HS_SERVICE_H */ + |