diff options
author | Micah Elizabeth Scott <beth@torproject.org> | 2023-03-15 14:55:17 -0700 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:38:28 -0700 |
commit | 0c11411f35e77c42490a3b422a9f0866693b2b57 (patch) | |
tree | d1c4ceec665ce4a4f1a3506e7b913fc27bbf6e4e /src/ext/equix/hashx/include/hashx.h | |
parent | ae86d98815ad61c447cd81c0060d403641e3071a (diff) | |
download | tor-0c11411f35e77c42490a3b422a9f0866693b2b57.tar.gz tor-0c11411f35e77c42490a3b422a9f0866693b2b57.zip |
hashx: trim trailing whitespace
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
Diffstat (limited to 'src/ext/equix/hashx/include/hashx.h')
-rw-r--r-- | src/ext/equix/hashx/include/hashx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/equix/hashx/include/hashx.h b/src/ext/equix/hashx/include/hashx.h index c95fd295ef..0d5521177a 100644 --- a/src/ext/equix/hashx/include/hashx.h +++ b/src/ext/equix/hashx/include/hashx.h @@ -99,7 +99,7 @@ extern "C" { * * @param type is the type of instance to be created. * - * @return pointer to a new HashX instance. Returns NULL on memory allocation + * @return pointer to a new HashX instance. Returns NULL on memory allocation * failure and HASHX_NOTSUPP if the requested type is not supported. */ HASHX_API hashx_ctx* hashx_alloc(hashx_type type); @@ -111,7 +111,7 @@ HASHX_API hashx_ctx* hashx_alloc(hashx_type type); * @param seed is a pointer to the seed value. * @param size is the size of the seed. * - * @return 1 on success, 0 on failure. + * @return 1 on success, 0 on failure. */ HASHX_API int hashx_make(hashx_ctx* ctx, const void* seed, size_t size); |