From 5d62313812b2fee9a4986e6b7ca1af40fb4f2fb6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 18:48:13 -0400 Subject: Fix whitespace --- include/zix/hash.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/zix/hash.h') 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); /** -- cgit v1.2.1