1
0
mirror of https://github.com/git/git.git synced 2024-09-28 15:01:31 +02:00

reftable/pq_test: comment style fix

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2024-01-29 12:28:39 -08:00
parent 9d2cdd8ae8
commit de65079d7b

@ -60,7 +60,7 @@ static void test_pq(void)
if (last) {
EXPECT(strcmp(last, rec->u.ref.refname) < 0);
}
// this is names[i], so don't dealloc.
/* this is names[i], so don't dealloc. */
last = rec->u.ref.refname;
rec->u.ref.refname = NULL;
reftable_record_release(rec);