diff options
author | David Robillard <d@drobilla.net> | 2022-06-28 18:48:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-28 19:02:49 -0400 |
commit | 5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6 (patch) | |
tree | c26b76c969946723bbdd4c693bce9a257c971bd5 /include/zix/hash.h | |
parent | 24a2c931bc6b84c5fd132d8c892b46ff05a8b369 (diff) | |
download | zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.tar.gz zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.tar.bz2 zix-5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6.zip |
Fix whitespace
Diffstat (limited to 'include/zix/hash.h')
-rw-r--r-- | include/zix/hash.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/zix/hash.h b/include/zix/hash.h index 9716123..a0146de 100644 --- a/include/zix/hash.h +++ b/include/zix/hash.h @@ -267,8 +267,8 @@ zix_hash_insert(ZixHash* ZIX_NONNULL hash, ZixHashRecord* ZIX_NONNULL record); */ ZIX_API ZixStatus -zix_hash_erase(ZixHash* ZIX_NONNULL hash, - ZixHashIter i, +zix_hash_erase(ZixHash* ZIX_NONNULL hash, + ZixHashIter i, ZixHashRecord* ZIX_NULLABLE* ZIX_NONNULL removed); /** @@ -281,8 +281,8 @@ zix_hash_erase(ZixHash* ZIX_NONNULL hash, */ ZIX_API ZixStatus -zix_hash_remove(ZixHash* ZIX_NONNULL hash, - const ZixHashKey* ZIX_NONNULL key, +zix_hash_remove(ZixHash* ZIX_NONNULL hash, + const ZixHashKey* ZIX_NONNULL key, ZixHashRecord* ZIX_NULLABLE* ZIX_NONNULL removed); /** |