summaryrefslogtreecommitdiffstats
path: root/test/hash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hash_test.c')
-rw-r--r--test/hash_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hash_test.c b/test/hash_test.c
index ec8ea6f..953673a 100644
--- a/test/hash_test.c
+++ b/test/hash_test.c
@@ -124,7 +124,7 @@ main(int argc, char** argv)
if (st != ZIX_STATUS_NOT_FOUND) {
return test_fail("Unexpectedly removed `%s' twice\n", strings[i]);
}
-
+
// Check to ensure remaining strings are still present
for (size_t j = i + 1; j < n_strings; ++j) {
const char* match = (const char*)zix_hash_find(hash, strings[j]);