From ef059707403df1182e61ca915efd676dc1eea116 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 21 Oct 2024 09:43:43 -0400 Subject: [PATCH] [DOC] Fix indentation of comment in wmap_compact_table_i --- weakmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weakmap.c b/weakmap.c index 3ca8927a99..467a262f59 100644 --- a/weakmap.c +++ b/weakmap.c @@ -156,7 +156,7 @@ wmap_compact_table_i(struct weakmap_entry *entry, st_data_t data) entry->val = rb_gc_location(entry->val); /* If the key object moves, then we must reinsert because the hash is - * based on the pointer rather than the object itself. */ + * based on the pointer rather than the object itself. */ if (entry->key != new_key) { entry->key = new_key;